Skip to content

Commit

Permalink
CI: Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yfblock committed Jul 3, 2024
1 parent 7da11ff commit 9355418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: apt update && apt install -y wget
- name: setup rust toolchain
run: curl -sSf https://sh.rustup.rs | bash -s -- -y --no-modify-path --default-toolchain nightly-2024-02-01 --component rust-src
- name: Set Environment Variables
run: echo "~/.cargo/bin" >> $GITHUB_PATH
- name: Make rel4_kernel
run: cd rel4_kernel && make run
- name: Build kernel
Expand Down

0 comments on commit 9355418

Please sign in to comment.