mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-21 03:52:04 +03:00
gh: Add missing checkout step to compile check workflow
This commit is contained in:
parent
624f193421
commit
474c02c9ee
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
@ -8,6 +8,9 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get update && sudo apt-get install git build-essential nasm curl mtools -y
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user