Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Sep 3, 2024
1 parent ae18024 commit 800ff61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,9 @@ jobs:
# Test the package in a clean environment
- name: Test
run: |
tar -xvzf metacall-tarball-macos-${{ matrix.triplet.arch }}.tgz -C `pwd`
export PATH="`pwd`/distributable:$PATH"
mkdir distributable
tar -xvzf metacall-tarball-macos-${{ matrix.triplet.arch }}.tgz -C `pwd`/distributable
export PATH="`pwd`/distributable/bin:$PATH"
./test.sh
# Release package
Expand Down

0 comments on commit 800ff61

Please sign in to comment.