Skip to content

Commit

Permalink
more sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
fraguada committed Sep 14, 2023
1 parent 9d6e632 commit e999267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_test_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
sudo apt-get update
sudo apt-get install qemu binfmt-support qemu-user-static
docker run -v $(pwd)/qemu-aarch64-static:/usr/bin/qemu-aarch64-static -i mcneel/rhino3dm-dev-arm64 bash
uname -a
ls
sudo uname -a
sudo ls
- name: info
run: python3 --version && cmake --version && dotnet --version && git --version
- name: checkout
Expand Down

0 comments on commit e999267

Please sign in to comment.