We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c945a80 commit e4fcfb0Copy full SHA for e4fcfb0
.github/workflows/test-run.yml
@@ -65,7 +65,7 @@ jobs:
65
steps:
66
- uses: actions/checkout@v4
67
- name: Install generaic tools
68
- run: yes | pacman -Syy make cmake rustup gcc git openssh
+ run: yes | pacman -Syy make cmake rustup gcc git openssh ${{ matrix.packages }}
69
- name: setup rust toolchain
70
run: rustup default nightly && cargo install cargo-binutils && cargo install kbuild
71
- name: setup environment
user/Makefile
@@ -15,7 +15,7 @@ TEST ?=
15
elf: $(APPS)
16
@cargo build -Z build-std --target $(TARGET) --release
17
ifeq ($(TEST), 1)
18
- @$(CP) $(TARGET_DIR)/usertests $(TARGET_DIR)/initproc
+ $(CP) $(TARGET_DIR)/usertests $(TARGET_DIR)/initproc
19
endif
20
21
binary: elf
0 commit comments