Skip to content

Commit c51a4b7

Browse files
authored
Update cmake.yml
1 parent 05b428b commit c51a4b7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v6
2323

24-
- uses: actions/setup-python@v5
24+
- uses: actions/setup-python@v6
2525
with:
2626
python-version: '3.10'
2727
cache: 'pip'
2828

2929
- name: Install dependencies
3030
run: |
31+
sudo apt-get update
3132
sudo apt-get install libdw-dev libunwind-dev gfortran
3233
python3 -m pip install pybind11
3334

0 commit comments

Comments
 (0)