We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971eb4b commit c4c2481Copy full SHA for c4c2481
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
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'
+ - run: 'sudo 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