Skip to content

Commit 915689b

Browse files
1Naimventureoo
authored andcommitted
ci: build: Also skip PGP checks on build
Signed-off-by: Eric Naim <dnaim@cachyos.org>
1 parent c46461c commit 915689b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
_use_llvm_lto: ${{ matrix.toolchain == 'gcc' && 'none' || 'thin' }}
6565
run: |
6666
cd "linux-cachyos"
67-
sudo -H -E -u builder makepkg --skipchecksums --syncdeps --noconfirm
67+
sudo -H -E -u builder makepkg --skipinteg --syncdeps --noconfirm
6868
- name: Upload package to artifacts
6969
id: upload
7070
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)