Skip to content

Commit

Permalink
Fixed install from github
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jan 30, 2024
1 parent b2e8176 commit 664d609
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 664d609

Please sign in to comment.