Skip to content

Commit

Permalink
ci: Fix line 23: unexpected EOF while looking for matching `"'
Browse files Browse the repository at this point in the history
  • Loading branch information
fanghuaqi committed Dec 6, 2024
1 parent 090a3e0 commit 9641d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
source setup.sh
cd ..
echo "Set NUCLEI_SDK_ROOT=$(pwd)/nuclei-sdk"
export NUCLEI_SDK_ROOT=$(pwd)/nuclei-sdk"
export NUCLEI_SDK_ROOT=$(pwd)/nuclei-sdk
echo "Start to do flashloader build test in different build mode"
for mode in "sdk" "loader"; do
Expand Down

0 comments on commit 9641d64

Please sign in to comment.