Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Fix bad release build job
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Mar 4, 2020
1 parent c1afc0b commit 96fc145
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
with:
submodules: true

- uses: rojo-rbx/setup-foreman@v1
with:
version: "^0.6.0"
token: ${{ secrets.GITHUB_TOKEN }}

- name: Build release binary
run: cargo build --verbose --locked --release

Expand All @@ -33,6 +38,11 @@ jobs:
- name: Install Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

- uses: rojo-rbx/setup-foreman@v1
with:
version: "^0.6.0"
token: ${{ secrets.GITHUB_TOKEN }}

- name: Build release binary
run: |
source $HOME/.cargo/env
Expand All @@ -52,6 +62,11 @@ jobs:
with:
submodules: true

- uses: rojo-rbx/setup-foreman@v1
with:
version: "^0.6.0"
token: ${{ secrets.GITHUB_TOKEN }}

- name: Build
run: cargo build --locked --verbose --release

Expand Down

0 comments on commit 96fc145

Please sign in to comment.