Skip to content

Commit

Permalink
update Prep for build
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Sep 22, 2024
1 parent 4cdd515 commit 8c8b6b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
- name: Prep for build
run: |
# Prep
bash scripts/ci/prep.mac.sh
pwd
ls -l scripts/ci/
cat scripts/ci/prep.mac.sh
bash ${{ github.workspace }}/scripts/ci/prep.mac.sh
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
Expand Down

0 comments on commit 8c8b6b0

Please sign in to comment.