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 df782f6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/compile-check-blink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@ on:
- 'README.md'
jobs:
nix-flake-check:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # Work around https://github.com/containers/bubblewrap/issues/632
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v29
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: |

- 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 df782f6

Please sign in to comment.