Skip to content

Commit d7115be

Browse files
committed
Install base-devel
1 parent 39de649 commit d7115be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
image: rnestler/archlinux-rust:add-a-builder-user
99
steps:
1010
- run: pacman -Syu --noconfirm
11+
- run: pacman -S --noconfirm base-devel
1112
- uses: actions/checkout@v3
1213
- run: chown --recursive builder .
1314
- run: sudo --user=builder gpg --import keys/*.asc

0 commit comments

Comments
 (0)