Skip to content

Commit

Permalink
chore: Added cross installation to fix nightly builds (#3831)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamtur01 authored Sep 12, 2020
1 parent 648e82c commit 7887d4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:
- cron: "0 4 * * *"

env:
AUTOINSTALL: true
CHANNEL: nightly
VERBOSE: true

jobs:
build-x86_64-unknown-linux-musl-packages:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
- v0.*
- v1.*


env:
AUTOINSTALL: true
VERBOSE: true

jobs:
build-x86_64-unknown-linux-musl-packages:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7887d4e

Please sign in to comment.