Skip to content

Commit

Permalink
Update devx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman authored Apr 17, 2024
1 parent 69f08dc commit d965f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
curl -L https://ci.zw3rk.com/job/input-output-hk-haskell-nix-example/pullrequest-2/x86_64-linux.cabal-install-static/latest/download/1 | gunzip > ~/bin/cabal
curl -L https://ci.zw3rk.com/job/input-output-hk-haskell-nix-example/pullrequest-2/x86_64-linux.cabal-install-hooks/latest/download/1 | tar xzf - -C ~/bin
chmod +x ~/bin/cabal
chmod +x ~/bin/*Hooks*
chmod +x ~/bin/*Hook*
- name: cabal update
run: PATH=$HOME/bin:$PATH cabal update
- name: cabal build dependencies
Expand Down

0 comments on commit d965f5a

Please sign in to comment.