We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b428b commit c51a4b7Copy full SHA for c51a4b7
1 file changed
.github/workflows/cmake.yml
@@ -19,15 +19,16 @@ jobs:
19
runs-on: ubuntu-latest
20
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v6
23
24
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
25
with:
26
python-version: '3.10'
27
cache: 'pip'
28
29
- name: Install dependencies
30
run: |
31
+ sudo apt-get update
32
sudo apt-get install libdw-dev libunwind-dev gfortran
33
python3 -m pip install pybind11
34
0 commit comments