Skip to content

Commit 3616c37

Browse files
committed
python action: need sudo for apt
1 parent f509c36 commit 3616c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-api-test.yml

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

3939
- name: Install dependencies
4040
run: |
41-
apt-get update
42-
apt-get install -y mpich libbz2-dev ccache
41+
sudo apt-get update
42+
sudo apt-get install -y mpich libbz2-dev ccache
4343
mkdir -p /opt/ccache/libexec
4444
ln -s $(which ccache) /opt/ccache/libexec/gcc
4545
ln -s $(which ccache) /opt/ccache/libexec/g++

0 commit comments

Comments
 (0)