Skip to content

Commit

Permalink
Update generate-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRace authored Nov 14, 2022
1 parent 6800858 commit 433c1cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/generate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Update rust
run: rustup update
- name: Build
run: cargo build --release
- name: List target/release
Expand All @@ -93,6 +95,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Update rust
run: rustup update
- name: Install Bevy dependencies
run: sudo apt-get update; sudo apt-get install --no-install-recommends -yq libasound2-dev libudev-dev;

Expand All @@ -119,6 +123,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Update rust
run: rustup update
- name: Build
run: cargo build --release

Expand Down

0 comments on commit 433c1cf

Please sign in to comment.