Skip to content

Commit e2ec8da

Browse files
committed
test
1 parent 8e25066 commit e2ec8da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444

4545
- name: Install dependencies
4646
run: |
47-
apt-get update
48-
apt-get install -y cmake build-essential ninja-build libcurl4-openssl-dev libgomp1
47+
sudo apt update
48+
sudo apt install -y cmake build-essential ninja-build libgomp1
4949
5050
- name: Build with CMake
5151
run: |

0 commit comments

Comments
 (0)