Skip to content

Commit 491dbb9

Browse files
authored
Merge pull request #140 from JohanMabille/gha_linux
Fixed install from github
2 parents b2e8176 + 664d609 commit 491dbb9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/linux.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,12 @@ jobs:
7979

8080
- name: Install R package
8181
working-directory: build
82+
env:
83+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
8284
run: |
83-
export TAR="/bin/tar"
85+
echo "which tar"
86+
which tar
87+
export TAR="/usr/bin/tar"
8488
R -e "library(devtools); install_github('xtensor-stack/Xtensor.R', configure.args = '--novendor')"
8589
8690
- name: Run tests (C++)

0 commit comments

Comments
 (0)