2 parents c27e481 + 827c5c2 commit ec693f8Copy full SHA for ec693f8
2 files changed
.github/workflows/cmake.yml
@@ -59,7 +59,7 @@ jobs:
59
working-directory: ${{github.workspace}}
60
61
steps:
62
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
63
64
- name: Checkout submodules
65
run: git submodule update --init --recursive
.github/workflows/pr.yml
@@ -41,7 +41,7 @@ jobs:
41
42
runs-on: ${{ matrix.os }}
43
44
45
- name: install build tools (gcc)
46
run: |
47
sudo apt install g++-11 -y
0 commit comments