Skip to content

Commit 763201a

Browse files
committed
switch back to words and do spec sync
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
1 parent 3816ce7 commit 763201a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check-package-builds.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
name: Package build checks
99

1010
env:
11-
REGULAR_PKG: kernel
12-
REGULAR_PKG_SPEC_PATH: SPECS/kernel/kernel.spec
11+
REGULAR_PKG: words
12+
REGULAR_PKG_SPEC_PATH: SPECS/words/words.spec
1313
TOOLCHAIN_PKG: xz
1414

1515
on:
@@ -127,6 +127,7 @@ jobs:
127127
- name: Prepare the build environment
128128
if: ${{ matrix.build-prep != '' }}
129129
run: |
130+
toolkit/scripts/toolchain/toolchain_update_git_submodule.sh
130131
set -euo pipefail
131132
132133
${{ matrix.build-prep }}

0 commit comments

Comments
 (0)