Skip to content

Commit 1e842f2

Browse files
authored
Update .github/workflows/ci.yml
1 parent ea74d68 commit 1e842f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
- name: Install dependencies
229229
shell: bash
230230
run: |
231-
apt update && apt install -y pkg-config libhwloc-dev hwloc
231+
sudo apt-get update && sudo apt-get install -y pkg-config libhwloc-dev hwloc
232232
- name: Run testing
233233
shell: bash
234234
run: |

0 commit comments

Comments
 (0)