We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec693f8 + 92ef300 commit 5b31750Copy full SHA for 5b31750
2 files changed
.github/workflows/cmake.yml
@@ -59,7 +59,7 @@ jobs:
59
working-directory: ${{github.workspace}}
60
61
steps:
62
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
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