We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3816ce7 commit 763201aCopy full SHA for 763201a
.github/workflows/check-package-builds.yml
@@ -8,8 +8,8 @@
8
name: Package build checks
9
10
env:
11
- REGULAR_PKG: kernel
12
- REGULAR_PKG_SPEC_PATH: SPECS/kernel/kernel.spec
+ REGULAR_PKG: words
+ REGULAR_PKG_SPEC_PATH: SPECS/words/words.spec
13
TOOLCHAIN_PKG: xz
14
15
on:
@@ -127,6 +127,7 @@ jobs:
127
- name: Prepare the build environment
128
if: ${{ matrix.build-prep != '' }}
129
run: |
130
+ toolkit/scripts/toolchain/toolchain_update_git_submodule.sh
131
set -euo pipefail
132
133
${{ matrix.build-prep }}
0 commit comments