Skip to content

Commit c4c2481

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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'
38+
- run: 'sudo apt-get install -y libpcre3-dev'
3939
- run: "npm install cmake-js -g"
4040
- run: "choosenim show path -y"
4141
- run: nimble install -Y

0 commit comments

Comments
 (0)