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 606224c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/compile-check-blink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,18 @@ 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: Disable apparmor
run: |
sudo systemctl stop apparmor.service
sudo systemctl disable apparmor.service
- 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 606224c

Please sign in to comment.