File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
os :
16
16
- name : ubuntu-latest
17
- path : ubuntu_x86_64_moon_setup
18
- - name : macos-13
19
- path : mac_intel_moon_setup
20
17
- name : macos-latest
21
- path : mac_m1_moon_setup
22
18
- name : windows-latest
23
19
24
20
runs-on : ${{ matrix.os.name }}
@@ -29,12 +25,10 @@ jobs:
29
25
- name : install
30
26
if : ${{ matrix.os.name != 'windows-latest' }}
31
27
run : |
32
- curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash -s -- pre-release
28
+ curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash -s
33
29
echo "$HOME/.moon/bin" >> $GITHUB_PATH
34
30
35
31
- name : install on windows
36
- env :
37
- MOONBIT_INSTALL_VERSION : pre-release
38
32
if : ${{ matrix.os.name == 'windows-latest' }}
39
33
run : |
40
34
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser; irm https://cli.moonbitlang.com/install/powershell.ps1 | iex
75
69
76
70
- name : install
77
71
run : |
78
- curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash -s -- pre-release
72
+ curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash -s
79
73
echo "$HOME/.moon/bin" >> $GITHUB_PATH
80
74
81
75
- name : moon test
You can’t perform that action at this time.
0 commit comments