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 a6ee82d commit c3f8a08Copy full SHA for c3f8a08
.github/workflows/c-cpp.yml
@@ -15,6 +15,6 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- name: make
20
run: cd src && make clean && make all
0 commit comments