We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d27820 commit 971eb4bCopy full SHA for 971eb4b
.github/workflows/test.yml
@@ -27,14 +27,15 @@ jobs:
27
- ubuntu-latest
28
# - windows-latest
29
# - macOS-latest
30
- - macos-13 # building on arm64 fails
+ # - macos-13 # building on arm64 fails
31
steps:
32
- uses: actions/checkout@v2
33
- uses: jiro4989/setup-nim-action@v1
34
with:
35
nim-version: ${{ matrix.nim-version }}
36
repo-token: ${{ secrets.GITHUB_TOKEN }}
37
# - run: sudo apt-get -y install libsass-dev
38
+ - run: 'apt-get install -y libpcre3-dev'
39
- run: "npm install cmake-js -g"
40
- run: "choosenim show path -y"
41
- run: nimble install -Y
0 commit comments