Skip to content

Commit

Permalink
${GITHUB_WORKSPACE}
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Mar 27, 2023
1 parent 78dea2f commit 029ae0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hello.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
substituters = https://cache.iog.io/ https://cache.zw3rk.com/ https://cache.nixos.org/
nix_path: nixpkgs=channel:nixos-unstable
- name: Build hello
shell: nix develop "${{ github.workspace }}"/.#ghc8107-static-minimal --command bash {0}
shell: nix develop ${GITHUB_WORKSPACE}#ghc8107-static-minimal --command bash {0}
run: |
cabal unpack hello-1.0.0.2 &&
cd hello-1.0.0.2 &&
Expand Down

0 comments on commit 029ae0d

Please sign in to comment.