Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf committed Jun 2, 2024
1 parent 5870e6f commit 9364bb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- name: Test Default Shell
run: |
nix develop .# --command -- bash -c "solc-0.8.23 --version"
nix develop ./test/.# --override-flake solc $PWD --command -- bash -c "solc --version"
nix develop ./test/.# --override-flake solc $PWD --command -- bash -c "solc-0.8.23 --version"
# overriding flake input is needed as a workaround to local sub flake with overlapping paths.
nix develop ./test/.# --override-input solc $PWD --command -- bash -c "solc --version"
nix develop ./test/.# --override-input solc $PWD --command -- bash -c "solc-0.8.23 --version"
ci-check-success:
needs: [ci]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9364bb7

Please sign in to comment.