Skip to content

Commit 2419d2c

Browse files
Remove sudo
1 parent 310e887 commit 2419d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v2
3535
- name: Update list of available packages for apt
3636
run: |
37-
sudo apt update
37+
apt update
3838
- name: Install scipy (see https://github.com/precice/fenics-adapter/issues/189)
3939
uses: awalsh128/cache-apt-pkgs-action@latest
4040
with:

0 commit comments

Comments
 (0)