Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SFrijters committed Oct 1, 2024
1 parent 153d9eb commit 117a0b4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/compile-check-blink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,19 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: |

# Work around https://github.com/containers/bubblewrap/issues/632
- name: Install staged AppArmor update
run: |
sudo add-apt-repository ppa:apparmor-dev/apparmor-sru
sudo apt update
sudo apt install apparmor
- name: Compile test
run: |
nix develop --command make -C blink compile
- name: Formatter check
run: |
nix fmt
git diff --exit-code

0 comments on commit 117a0b4

Please sign in to comment.