Skip to content

Commit

Permalink
Update GitHub Action workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Lewis <[email protected]>
  • Loading branch information
gmlewis committed Sep 2, 2024
1 parent 87213c5 commit cb7c18e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: install-ubuntu
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
/bin/bash -c "$(curl -fsSL https://cli.moonbitlang.com/ubuntu_x86_64_moon_setup.sh)"
/bin/bash -c "$(curl -fsSL https://cli.moonbitlang.com/install/unix.sh)"
echo "/home/runner/.moon/bin" >> $GITHUB_PATH
# - name: install-macos
# if: ${{ matrix.os == 'macos-latest' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: install-ubuntu
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
/bin/bash -c "$(curl -fsSL https://cli.moonbitlang.com/ubuntu_x86_64_moon_setup.sh)"
/bin/bash -c "$(curl -fsSL https://cli.moonbitlang.com/install/unix.sh)"
echo "/home/runner/.moon/bin" >> $GITHUB_PATH
# - name: install-macos
# if: ${{ matrix.os == 'macos-latest' }}
Expand Down

0 comments on commit cb7c18e

Please sign in to comment.