Skip to content

Commit

Permalink
Fix problem with package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov committed Oct 20, 2023
1 parent de86b49 commit c8800da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trik-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:

- name: Install QEMU with binfmt
run: |
sudo apt-get update
sudo apt-get install qemu-user-binfmt
sudo apt update
sudo apt install -y qemu-user-binfmt
- name: Configure git
run: |
Expand Down

0 comments on commit c8800da

Please sign in to comment.