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.
2 parents 4297391 + bd3fef9 commit d816091Copy full SHA for d816091
.github/workflows/ci.yml
@@ -6,13 +6,13 @@ jobs:
6
nix:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
10
- uses: cachix/install-nix-action@v17
11
- run: nix-build -A hydraJobs.release
12
ubuntu:
13
14
15
16
- name: get toolchain version
17
run: |
18
c++ --version
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Build tarballs
19
0 commit comments