Skip to content

Commit

Permalink
ci: try both flox and nix due to incomplete nix installed via flox
Browse files Browse the repository at this point in the history
  • Loading branch information
tomberek committed Dec 5, 2023
1 parent b01747e commit cb8796b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
run: |
cd example
export NIX_CONFIG="experimental-features = nix-command flakes"
nix build --no-write-lock-file
# when installed with flox, nix can't see cacert
flox build .#default --no-write-lock-file || nix build --no-write-lock-file
test-all-action:
name: "All - Github Action Test"
Expand Down

0 comments on commit cb8796b

Please sign in to comment.