File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
15
15
architecture : ' x64'
16
16
distribution : ' full'
17
17
variant : ' CS'
18
- version : ' 8.15 '
18
+ version : ' 8.16 '
19
19
- name : Install Noise
20
20
run : |
21
21
env GIT_LFS_SKIP_SMUDGE=1 \
22
22
git clone \
23
23
--depth 1 \
24
- --branch racket-8.15 \
24
+ --branch racket-8.16 \
25
25
https://github.com/Bogdanp/Noise Noise
26
26
raco pkg install -D --batch --auto Noise/Racket/noise-serde-lib/
27
27
- name : Prepare secrets
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
28
28
architecture : ${{ matrix.arch }}
29
29
distribution : ' full'
30
30
variant : ' CS'
31
- version : ' 8.15 '
31
+ version : ' 8.16 '
32
32
packages : http-easy-lib
33
33
- name : Clone Noise
34
34
run : |
35
35
mkdir ../../sandbox
36
36
env GIT_LFS_SKIP_SMUDGE=1 \
37
- git clone --depth 1 --branch racket-8.15 https://github.com/Bogdanp/Noise ../../sandbox/Noise
37
+ git clone --depth 1 --branch racket-8.16 https://github.com/Bogdanp/Noise ../../sandbox/Noise
38
38
raco pkg install -D --batch --auto ../../sandbox/noise/Racket/noise-serde-lib/
39
39
- name : Prepare secrets
40
40
run : |
@@ -74,12 +74,12 @@ jobs:
74
74
architecture : ' arm64'
75
75
distribution : ' full'
76
76
variant : ' CS'
77
- version : ' 8.15 '
77
+ version : ' 8.16 '
78
78
packages : http-easy-lib
79
79
- name : Install Noise
80
80
run : |
81
81
mkdir ../../sandbox
82
- git clone --depth 1 --branch racket-8.15 https://github.com/Bogdanp/Noise ../../sandbox/Noise
82
+ git clone --depth 1 --branch racket-8.16 https://github.com/Bogdanp/Noise ../../sandbox/Noise
83
83
raco pkg install -D --batch --auto ../../sandbox/noise/Racket/noise-serde-lib/
84
84
pushd ../../sandbox/Noise
85
85
make
@@ -168,12 +168,12 @@ jobs:
168
168
architecture : ' arm64'
169
169
distribution : ' full'
170
170
variant : ' CS'
171
- version : ' 8.15 '
171
+ version : ' 8.16 '
172
172
packages : http-easy-lib
173
173
- name : Install Noise
174
174
run : |
175
175
mkdir ../../sandbox
176
- git clone --depth 1 --branch racket-8.15 https://github.com/Bogdanp/Noise ../../sandbox/Noise
176
+ git clone --depth 1 --branch racket-8.16 https://github.com/Bogdanp/Noise ../../sandbox/Noise
177
177
raco pkg install -D --batch --auto ../../sandbox/noise/Racket/noise-serde-lib/
178
178
pushd ../../sandbox/Noise
179
179
make
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
19
19
architecture : ' x64'
20
20
distribution : ' full'
21
21
variant : ' CS'
22
- version : ' 8.15 '
22
+ version : ' 8.16 '
23
23
- name : Install Noise
24
24
run : |
25
25
$Env:GIT_LFS_SKIP_SMUDGE = 1
26
- git clone --depth 1 --branch racket-8.15 https://github.com/Bogdanp/Noise Noise
26
+ git clone --depth 1 --branch racket-8.16 https://github.com/Bogdanp/Noise Noise
27
27
raco pkg install -D --batch --auto Noise/Racket/noise-serde-lib/
28
28
- name : Prepare secrets
29
29
run : |
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
33
33
architecture : ' x64'
34
34
distribution : ' full'
35
35
variant : ' CS'
36
- version : ' 8.15 '
36
+ version : ' 8.16 '
37
37
- name : Install Noise
38
38
run : |
39
39
env GIT_LFS_SKIP_SMUDGE=1 \
40
40
git clone \
41
41
--depth 1 \
42
- --branch racket-8.15 \
42
+ --branch racket-8.16 \
43
43
https://github.com/Bogdanp/Noise Noise
44
44
raco pkg install -D --batch --auto Noise/Racket/noise-serde-lib/
45
45
- name : Prepare secrets
You can’t perform that action at this time.
0 commit comments