Skip to content

Commit affb339

Browse files
authored
Update main.yml
1 parent 550f4a8 commit affb339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
working-directory: shm
1313
run: |
1414
chmod +x check.sh
15-
apt install pcregrep
15+
sudo apt install -y pcregrep
1616
./check.sh CMakeLists.txt
1717
1818
# In case of conflict do not remove above jobs. Just add your jobs below and remove this comment :)

0 commit comments

Comments
 (0)