Skip to content

Commit

Permalink
Try a clone and a build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Aug 28, 2024
1 parent 9356208 commit 2959d35
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
build:
runs-on: ubuntu-latest
container:
env:
GH_BRANCH: ${{ vars.GITHUB_REF_NAME }}
image: docker://ghcr.io/chrisdone/hell-build@sha256:9b8bac32a20412d613a6dcf1611736da2b18079d9b3ff1900a893a781fab8fc7
steps:
- run: ls -R /home/chris/
- run:
cd /home/chris/Work/chrisdone/hell
git clone --branch $GH_BRANCH --depth=1 https://github.com/chrisdone/hell
cd hell
stack build --fast

0 comments on commit 2959d35

Please sign in to comment.