Skip to content

Commit

Permalink
overwrite when extracting
Browse files Browse the repository at this point in the history
but why is this necessary?
  • Loading branch information
mkoohafkan committed Dec 19, 2023
1 parent 9a96fdc commit 5844b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
exit 1
fi
7z e '${{ runner.temp }}/.hdfqlr/HDFql.zip' \
-o'${{ runner.temp }}/.hdfqlr'
-o'${{ runner.temp }}/.hdfqlr' -y
echo "HDFQL_DIR=${{ runner.temp }}/.hdfqlr/hdfql-2.1.0" >> $GITHUB_ENV
shell: bash

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true

0 comments on commit 5844b81

Please sign in to comment.