Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriy Malyshenko committed Oct 25, 2024
1 parent 54f52f5 commit cacdde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
datestring=$(date '+%Y-%m-%d')
. $IDF_PATH/export.sh
config=${{ matrix.config_file#configs/sdkconfig. }}
config=${{ matrix.config_file }}#configs/sdkconfig.
if [[ "$config" == "old" ]]; then
echo "Skipping sdkconfig.old"
exit 0
Expand Down

0 comments on commit cacdde0

Please sign in to comment.