Skip to content

Commit bc53ab6

Browse files
committed
ci: remove outdated setup
1 parent dc6161a commit bc53ab6

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install MoonBit
2626
# if: ${{ matrix.os.name != 'windows-latest' }}
2727
run: |
28-
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
2929
echo "$HOME/.moon/bin" >> $GITHUB_PATH
3030
3131
- name: Run benchmark

.github/workflows/check.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ jobs:
1414
matrix:
1515
os:
1616
- name: ubuntu-latest
17-
path: ubuntu_x86_64_moon_setup
18-
- name: macos-13
19-
path: mac_intel_moon_setup
2017
- name: macos-latest
21-
path: mac_m1_moon_setup
2218
- name: windows-latest
2319

2420
runs-on: ${{ matrix.os.name }}
@@ -29,12 +25,10 @@ jobs:
2925
- name: install
3026
if: ${{ matrix.os.name != 'windows-latest' }}
3127
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
3329
echo "$HOME/.moon/bin" >> $GITHUB_PATH
3430
3531
- name: install on windows
36-
env:
37-
MOONBIT_INSTALL_VERSION: pre-release
3832
if: ${{ matrix.os.name == 'windows-latest' }}
3933
run: |
4034
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser; irm https://cli.moonbitlang.com/install/powershell.ps1 | iex
@@ -75,7 +69,7 @@ jobs:
7569

7670
- name: install
7771
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
7973
echo "$HOME/.moon/bin" >> $GITHUB_PATH
8074
8175
- name: moon test

0 commit comments

Comments
 (0)