Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Velickovic committed Dec 15, 2023
1 parent 1920add commit 71b53a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
tar xf aarch64-toolchain.tar.gz
echo "$(pwd)/arm-gnu-toolchain-11.3.rel1-x86_64-aarch64-none-elf/bin" >> $GITHUB_PATH
- name: Build Kitty example
run: make -C examples/kitty MICROKIT_SDK=$(pwd)/microkit-sdk-1.2.6
run: echo $LIBCC && make -C examples/kitty MICROKIT_SDK=$(pwd)/microkit-sdk-1.2.6
env:
NFS_SERVER: 0.0.0.0
NFS_DIRECTORY: test/
Expand Down

0 comments on commit 71b53a3

Please sign in to comment.