Skip to content

Commit a8dc5be

Browse files
committed
Update
1 parent 75791a7 commit a8dc5be

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/julia-tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,8 @@ jobs:
6767
with:
6868
name: ${{ matrix.triplet }}
6969
- run: |
70-
ls ${GITHUB_WORKSPACE}
71-
cd ${GITHUB_WORKSPACE}/${{ matrix.triplet }}
72-
ls .
73-
tar -xzf *.${{ matrix.triplet }}.tar.gz
74-
ls .
70+
mkdir ${{ matrix.triplet }}
71+
tar -xzf *.${{ matrix.triplet }}.tar.gz -C ${{ matrix.triplet }}
7572
- shell: julia --color=yes {0}
7673
run: |
7774
using Pkg

0 commit comments

Comments
 (0)