Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Aug 28, 2024
1 parent 47d9249 commit d690acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
container:
image: docker://ghcr.io/chrisdone/hell-build@sha256:9b8bac32a20412d613a6dcf1611736da2b18079d9b3ff1900a893a781fab8fc7
steps:
- run: git clone --branch ${{ vars.GITHUB_REF_NAME }} --depth=1 https://github.com/chrisdone/hell /tmp/hell
- run: git clone --branch ${{ vars.GITHUB_HEAD_REF }} --depth=1 https://github.com/chrisdone/hell /tmp/hell
- run: cd /tmp/hell && stack build --fast

0 comments on commit d690acc

Please sign in to comment.