Skip to content

Commit 0702554

Browse files
committed
[WIP] Trying to identify the problem with julia 1.0
1 parent f5f9ba6 commit 0702554

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/UnitTestArm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
4141
- name: Extract Julia Files
4242
run: |
43-
cd /tmp
44-
tar -xzf julia-aarch64.tar.gz -C /home/runner/work/
45-
mv /home/runner/work/julia-*/ /home/runner/work/julia/
46-
rm julia-aarch64.tar.gz
43+
mkdir -p /home/runner/work/julia/
44+
tar -xf /tmp/julia-aarch64.tar.gz --strip-components=1 -C /home/runner/work/julia/
45+
rm /tmp/julia-aarch64.tar.gz
46+
ls /home/runner/.julia/registries/General
4747
4848
- uses: uraimo/[email protected]
4949
name: Unit Test

0 commit comments

Comments
 (0)