Skip to content

Commit

Permalink
fix tarball job hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Mar 13, 2024
1 parent 8f1bd2d commit 9ef068b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ jobs:

- name: Unpack full bundle
run: |
mkdir -p ${INSTALL_DIR}
tar xf install.tar.gz -C ${INSTALL_DIR}
rm install.tar.gz
Expand All @@ -470,6 +471,7 @@ jobs:

- name: Unpack boost/eigen bundle
run: |
mkdir -p install_boost_eigen
tar xf install.tar.gz -C install_boost_eigen
rm install.tar.gz
Expand Down

0 comments on commit 9ef068b

Please sign in to comment.