mirror of
https://github.com/CIS-osdev/kernel
synced 2025-03-13 02:03:47 +03:00
Add apt update to CI
This commit is contained in:
parent
4a993fb96a
commit
f4801f96dc
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
@ -14,8 +14,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: configure
|
||||
run: sudo apt install gcc build-essential grub2-common qemu-system-x86 xorriso mtools
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install gcc build-essential grub2-common qemu-system-x86 xorriso mtools
|
||||
- name: make
|
||||
run: make
|
||||
- name: run and test
|
||||
run: make test
|
||||
run: make clean && make && make test
|
||||
|
Loading…
x
Reference in New Issue
Block a user