We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18726b commit 32ebbb2Copy full SHA for 32ebbb2
.github/workflows/ci.yml
@@ -8,5 +8,6 @@ jobs:
8
image: rnestler/archlinux-rust
9
options: --user 1001
10
steps:
11
+ - run: pacman -Syu
12
- uses: actions/checkout@v3
13
- run: makepkg --nobuild
0 commit comments