Skip to content

Commit

Permalink
Lets have a look inside
Browse files Browse the repository at this point in the history
  • Loading branch information
flxkrmr authored Feb 9, 2024
1 parent 757ac25 commit a88fda4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Add sources for armhf
run: sudo sh -c 'cat .github/artifacts/sources.list > /etc/apt/sources.list'

- name: Lets have a look
run: sudo sh -c 'cat /etc/apt/sources.list'

- name: Prepare for cross compilation
run: sudo dpkg --add-architecture armhf && sudo apt-get update

Expand Down

0 comments on commit a88fda4

Please sign in to comment.