Skip to content

Commit

Permalink
CI: check that the binfmt entries were successfully registered (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Aug 8, 2021
1 parent 76d80f3 commit c34d112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
version: '1.6'
arch: x64
- run: sudo apt-get update
- run: |
sudo apt-get -y install binfmt-support debootstrap qemu-user-static
- run: sudo apt-get -y install binfmt-support debootstrap qemu-user-static
- run: update-binfmts --display
- run: julia --color=yes --project=. -e 'using Pkg; Pkg.instantiate()'
- run: julia --color=yes --project=. -e 'using Pkg; Pkg.precompile()'
- run: |
Expand Down

0 comments on commit c34d112

Please sign in to comment.