Skip to content

Commit

Permalink
fixup! test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sereja313 committed Jul 17, 2024
1 parent ac5c061 commit 5b08af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
id: nightly
run: |
# get the latest nightly resolver
resolver=$(curl -Ls -o /dev/null -w %{urle.path} https://www.stackage.org/nightly | sed "s/\///")
resolver=$(curl -s -w %{redirect_url} https://www.stackage.org/nightly | sed 's:.*/::')
echo "resolver=$resolver" >> $GITHUB_OUTPUT
nix develop .#ci -c stack build --resolver $resolver
stack build --resolver $resolver
report-failure:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5b08af2

Please sign in to comment.