Skip to content

Commit

Permalink
Check
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Aug 28, 2024
1 parent b8e2a2d commit 4d4b3bb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
container:
image: docker://ghcr.io/chrisdone/hell-build@sha256:9b8bac32a20412d613a6dcf1611736da2b18079d9b3ff1900a893a781fab8fc7
steps:
- run: git clone --branch $GITHUB_REF_NAME --depth=1 https://github.com/chrisdone/hell /tmp/hell
- run: mkdir /tmp/stack-root
- run: cd /tmp/hell && STACK_ROOT=/tmp/stack-root stack build --fast
- run:
ls -R /home/chris/
# - run: git clone --branch $GITHUB_REF_NAME --depth=1 https://github.com/chrisdone/hell /tmp/hell
# - run: mkdir /tmp/stack-root
# - run: cd /tmp/hell && STACK_ROOT=/tmp/stack-root stack build --fast

0 comments on commit 4d4b3bb

Please sign in to comment.