Skip to content

Commit

Permalink
- ignore install exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Nov 12, 2024
1 parent 98249a5 commit 007ded6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
# emerge
emerge
# build dependencies
install-dependencies
# build dependencies, ignore exit code
install-dependencies || true
# build release
release --branch release/Version-4.45 --comment stable --noscp
Expand Down

0 comments on commit 007ded6

Please sign in to comment.