Skip to content

Commit 85fda1d

Browse files
Update LinuxBuildAndTest.yml
1 parent 53c8a25 commit 85fda1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/LinuxBuildAndTest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- uses: actions/checkout@v3
1414

1515
- name: install dependencies
16-
run: apt-get update;
17-
apt-get install boost;
18-
apt-get install googletest
16+
run: sudo apt-get update;
17+
sudo apt-get install boost;
18+
sudo apt-get install googletest
1919

2020

2121
- name: Configure CMake

0 commit comments

Comments
 (0)