Skip to content

Commit

Permalink
Merge pull request #140 from JohanMabille/gha_linux
Browse files Browse the repository at this point in the history
Fixed install from github
  • Loading branch information
JohanMabille authored Jan 30, 2024
2 parents b2e8176 + 664d609 commit 491dbb9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,12 @@ jobs:

- name: Install R package
working-directory: build
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
run: |
export TAR="/bin/tar"
echo "which tar"
which tar
export TAR="/usr/bin/tar"
R -e "library(devtools); install_github('xtensor-stack/Xtensor.R', configure.args = '--novendor')"
- name: Run tests (C++)
Expand Down

0 comments on commit 491dbb9

Please sign in to comment.