Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
CI: attempt to fix issues with GPG keys
Browse files Browse the repository at this point in the history
honestly I have no idea if this is going to work in the first place but at least I tried.
  • Loading branch information
David112x committed Jan 13, 2024
1 parent 5f09893 commit b8c4f86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kernel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: panchajanya1999/archlinux:latest
steps:
- name: Setup env
run: pacman -Syu --needed --noconfirm wget base-devel xmlto inetutils bc cpio python-sphinx python-sphinx_rtd_theme graphviz imagemagick git python zip github-cli fortune-mod ccache jre8-openjdk
run: pacman -Syyu --noconfirm && pacman -Syu --needed --noconfirm wget base-devel xmlto inetutils bc cpio python-sphinx python-sphinx_rtd_theme graphviz imagemagick git python zip github-cli fortune-mod ccache jre8-openjdk
- uses: actions/checkout@v4
- name: Add repo as a safe directory
run: git config --global --add safe.directory /__w/kernel_xiaomi_surya/kernel_xiaomi_surya
Expand Down
3 changes: 2 additions & 1 deletion cirrus.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

# Before building the kernel, first we need to install a few packages on Cirrus CI and so we'll do that.
# Before building the kernel, first we need to update and then install a few packages on Cirrus CI and so we'll do that.
pacman -Syyu --noconfirm
pacman -Syu --needed --noconfirm wget base-devel xmlto inetutils bc cpio python-sphinx python-sphinx_rtd_theme graphviz imagemagick git python zip github-cli fortune-mod ccache jre8-openjdk
# After installing the packages, we can move onto calling the build script.

Expand Down

0 comments on commit b8c4f86

Please sign in to comment.