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 d05ea7f commit 13f4508Copy full SHA for 13f4508
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout code
25
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
26
27
- name: Install dependencies (Linux)
28
if: runner.os == 'Linux'
.github/workflows/codeql.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
- name: Checkout repository
15
16
17
- name: Install dependencies
18
run: sudo apt-get install z3 re2c ninja-build g++-10
0 commit comments