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 284d74f commit 2ed89a2Copy full SHA for 2ed89a2
.github/workflows/ci.yaml
@@ -12,13 +12,13 @@ jobs:
12
os: [ubuntu-latest, macos-latest]
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: DeterminateSystems/nix-installer-action@main
+ - uses: nixbuild/nix-quick-install-action@v33
16
- name: Install omnix
17
run: nix --accept-flake-config profile install "github:juspay/vira"
18
- run: vira ci
19
flake-parts-linkCheck:
20
runs-on: ubuntu-latest
21
22
23
24
- run: nix build github:hercules-ci/flake.parts-website#checks.x86_64-linux.linkcheck --override-input process-compose-flake .
0 commit comments