Skip to content

Commit 7190689

Browse files
committed
(attempt to) fix issue with pending confirmation
1 parent 035caf8 commit 7190689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "artifact-name-default=$ARTIFACT_NAME" >> $GITHUB_OUTPUT
2323
# patch genie recipe
2424
wget "https://raw.githubusercontent.com/ScopesCommunity/scopes-unstable/main/workarounds/genie.eo" -O ./external/recipes/genie.eo
25-
./build.sh --silent-progress
25+
yes | ./build.sh --silent-progress
2626
tar -czf $ARTIFACT_NAME.tar.gz --exclude "bin/eo" bin/ doc/ include/ lib/ testing/ CREDITS.md LICENSE.md
2727
- name: Artifact (default)
2828
uses: actions/upload-artifact@v4
@@ -39,7 +39,7 @@ jobs:
3939
echo "artifact-name-based=$ARTIFACT_NAME" >> $GITHUB_OUTPUT
4040
# patch genie recipe
4141
wget "https://raw.githubusercontent.com/ScopesCommunity/scopes-unstable/main/workarounds/genie.eo" -O ./external/recipes/genie.eo
42-
./build.sh --silent-progress
42+
yes | ./build.sh --silent-progress
4343
rm ./bin/eo
4444
tar -czf $ARTIFACT_NAME.tar.gz --exclude "bin/eo" bin/ doc/ include/ lib/ testing/ CREDITS.md LICENSE.md
4545
- name: Artifact (based)

0 commit comments

Comments
 (0)