Skip to content

Commit

Permalink
ci: disable warning as error when compile openocd
Browse files Browse the repository at this point in the history
Change-Id: I2996707b9ffff7a3dbd491e3e37bfd7b891b2c3a
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Jan 25, 2024
1 parent 83724b2 commit 60236b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# set env and call cross-build.sh
export OPENOCD_TAG=$OPENOCD_TAG
export OPENOCD_SRC=$PWD
export OPENOCD_CONFIG=""
export OPENOCD_CONFIG="--disable-werror"
mkdir -p $BUILD_DIR && cd $BUILD_DIR
bash $OPENOCD_SRC/contrib/cross-build.sh $HOST
# add missing dlls
Expand Down

0 comments on commit 60236b8

Please sign in to comment.