We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f509c36 commit 3616c37Copy full SHA for 3616c37
.github/workflows/python-api-test.yml
@@ -38,8 +38,8 @@ jobs:
38
39
- name: Install dependencies
40
run: |
41
- apt-get update
42
- apt-get install -y mpich libbz2-dev ccache
+ sudo apt-get update
+ sudo apt-get install -y mpich libbz2-dev ccache
43
mkdir -p /opt/ccache/libexec
44
ln -s $(which ccache) /opt/ccache/libexec/gcc
45
ln -s $(which ccache) /opt/ccache/libexec/g++
0 commit comments