Skip to content

Commit 971eb4b

Browse files
committed
try fix test action
Signed-off-by: George Lemon <[email protected]>
1 parent 2d27820 commit 971eb4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ jobs:
2727
- ubuntu-latest
2828
# - windows-latest
2929
# - macOS-latest
30-
- macos-13 # building on arm64 fails
30+
# - macos-13 # building on arm64 fails
3131
steps:
3232
- uses: actions/checkout@v2
3333
- uses: jiro4989/setup-nim-action@v1
3434
with:
3535
nim-version: ${{ matrix.nim-version }}
3636
repo-token: ${{ secrets.GITHUB_TOKEN }}
3737
# - run: sudo apt-get -y install libsass-dev
38+
- run: 'apt-get install -y libpcre3-dev'
3839
- run: "npm install cmake-js -g"
3940
- run: "choosenim show path -y"
4041
- run: nimble install -Y

0 commit comments

Comments
 (0)