Skip to content

Commit

Permalink
update to riscv-kernel-6.11.0 v5
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 3, 2024
1 parent 9b11648 commit efbf3a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
- name: Trust this directory
run: git config --global --add safe.directory '*' # v2.35.3 or later

- name: Update pacman repository
- name: Update pacman repository + keyring
run: |
pacman -Sy
pacman -Sy --noconfirm archlinux-keyring
pacman -Su --noconfirm
- name: install important packages
run: |
pacman -S --noconfirm ccache zip unzip
Expand Down

0 comments on commit efbf3a7

Please sign in to comment.