Skip to content

Commit a1013bc

Browse files
committed
Fix ti-hercules --enable-components options
1 parent 342a26e commit a1013bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build-ti-hercules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
rm ccs.tar.gz
8787
8888
# Install CCS in headless mode with ARM compiler only
89-
./CCS12.8.1.00005_linux-x64/ccs_setup_12.8.1.00005.run --mode unattended --prefix $HOME/ti/ccs --enable-components PF_TMS470
89+
./CCS12.8.1.00005_linux-x64/ccs_setup_12.8.1.00005.run --mode unattended --prefix $HOME/ti/ccs --enable-components PF_HERCULES
9090
9191
# Set CCS_ROOT to the ARM compiler tools directory
9292
echo "CCS_ROOT=$HOME/ti/ccs/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS" >> $GITHUB_ENV

0 commit comments

Comments
 (0)