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 fbfdaec commit fa438ebCopy full SHA for fa438eb
.github/workflows/workflow.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
23
24
- name: Install Dependencies
25
run: sudo apt-get update && sudo apt-get install -y clang-tidy libcurl4-openssl-dev
@@ -36,7 +36,7 @@ jobs:
36
build-on-arm-too:
37
38
39
40
- uses: uraimo/run-on-arch-action@v2
41
with:
42
arch: aarch64
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
- name: Check Formatting
58
run: ./ci/codebuild/format-check.sh
0 commit comments