Skip to content

Commit

Permalink
try fix test action
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Oct 10, 2024
1 parent 2d27820 commit 971eb4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ jobs:
- ubuntu-latest
# - windows-latest
# - macOS-latest
- macos-13 # building on arm64 fails
# - macos-13 # building on arm64 fails
steps:
- uses: actions/checkout@v2
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim-version }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
# - run: sudo apt-get -y install libsass-dev
- run: 'apt-get install -y libpcre3-dev'
- run: "npm install cmake-js -g"
- run: "choosenim show path -y"
- run: nimble install -Y
Expand Down

0 comments on commit 971eb4b

Please sign in to comment.