Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Commit ca055fb

Browse files
Copilotzenfty
andcommitted
Remove conflicting set -euo pipefail from steps with continue-on-error and || true
Co-authored-by: vapidinfinity <41133734+vapidinfinity@users.noreply.github.com>
1 parent bbab073 commit ca055fb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
- name: Install mingw (install legacy formula from a temporary tap)
7474
continue-on-error: true
7575
run: |
76-
set -euo pipefail
7776
FORMULA_URL="https://raw.githubusercontent.com/Homebrew/homebrew-core/31209a399a7b40bf2cd3abd7aee2715547ccd5bd/Formula/m/mingw-w64.rb"
7877
TMP_FORMULA="/tmp/mingw-w64.rb"
7978
curl -fL "$FORMULA_URL" -o "$TMP_FORMULA"
@@ -102,7 +101,6 @@ jobs:
102101
103102
- name: Echo Libs [DEBUG]
104103
run: |
105-
set -euo pipefail
106104
echo "Brew Libs"
107105
ls "$(brew --prefix)/lib" || true
108106

0 commit comments

Comments
 (0)