Skip to content

Commit

Permalink
Merge pull request #981 from DLR-SC/977-macos-tests-keep-failing
Browse files Browse the repository at this point in the history
 use gnu tar on macos

---------

Co-authored-by: Kleinert <[email protected]>
  • Loading branch information
AntonReiswich and Kleinert authored Dec 20, 2023
2 parents 5093151 + db95f76 commit 7671d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ runs:
- name: create build dir archive
shell: bash
run: |
tar -czf build.tar.gz build
gtar -czf build.tar.gz build
- name: Upload build directory
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
- name: extract build archive
shell: bash
run: |
tar -xzf build.tar.gz
gtar -xzf build.tar.gz
- name: Run unit tests
if: ${{ inputs.unit-tests == 'true' }}
Expand Down

0 comments on commit 7671d7e

Please sign in to comment.