We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5bf4a commit cd9ef91Copy full SHA for cd9ef91
.github/workflows/build.yml
@@ -15,6 +15,7 @@ jobs:
15
container:
16
image: archlinux:latest
17
steps:
18
+ - uses: actions/checkout@v4
19
- name: Install Packages
20
run: |
21
pacman -Syu --noconfirm base-devel git nasm jq ninja cpio wget unzip cmake
0 commit comments