Skip to content

Commit

Permalink
ci: fixes for Nix check
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan-Velickovic <i.velickovic@unsw.edu.au>
  • Loading branch information
Ivan-Velickovic committed Nov 12, 2024
1 parent 7634d1b commit 5829893
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Download Microkit SDK
run: |
wget https://github.com/seL4/microkit/releases/download/1.4.1/microkit-sdk-1.4.1-linux-x86-64.tar.gz
tar xf microkit-sdk-1.4.1-linux-x86-64.tar.gz
- name: Setup Nix
uses: cachix/install-nix-action@v27
- name: Check flake
run: nix flake check
- name: Build and run examples
run: nix develop -c bash -c "./ci/examples.sh ${PWD}/microkit-sdk-1.4.1"
run: nix develop -c bash -c './ci/examples.sh $MICROKIT_SDK'
shell: bash
build_macos_arm64:
name: macOS ARM64
Expand Down

0 comments on commit 5829893

Please sign in to comment.