Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Till0196 committed Nov 13, 2024
1 parent 39ce828 commit e7ec333
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
sudo curl -L -o $LIMACTL_PATH https://github.com/mikekazakov/lima-nohvf/raw/master/limactl && sudo chmod +x $LIMACTL_PATH
colima start --network-address --arch arm64 --vm-type=qemu
- name: Install GNU tar on macOS
- name: Use GNU tar on macOS
if: matrix.os == 'macos-latest'
run: |
brew install gnu-tar
ln -s $(brew --prefix)/bin/gtar /usr/bin/tar
tar --version
- uses: actions/checkout@v4

Expand Down

0 comments on commit e7ec333

Please sign in to comment.