File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
- # pull_request:
2
+ pull_request :
3
3
workflow_dispatch :
4
4
5
5
# this cancels workflows currently in progress if you start a new one
@@ -18,10 +18,16 @@ jobs:
18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
21
- - run : curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_x86_64-latest.tar.gz
22
- - run : curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_arm64-latest.tar.gz
23
- - run : curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_x86_64-latest.tar.gz
24
- - run : curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_apple_silicon-latest.tar.gz
21
+ # get latest nightly releases
22
+ # - run: curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_x86_64-latest.tar.gz
23
+ # - run: curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_arm64-latest.tar.gz
24
+ # - run: curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_x86_64-latest.tar.gz
25
+ # - run: curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_apple_silicon-latest.tar.gz
26
+ - run : curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_x86_64-TESTING.tar.gz
27
+ - run : curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_arm64-TESTING.tar.gz
28
+ - run : curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_x86_64-TESTING.tar.gz
29
+ - run : curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_apple_silicon-TESTING.tar.gz
30
+
25
31
26
32
- name : Save roc_nightly archives
27
33
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 1
1
on :
2
- pull_request :
2
+ # pull_request:
3
3
4
4
name : CI manager
5
5
You can’t perform that action at this time.
0 commit comments