Skip to content

Commit

Permalink
pre v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaa committed Feb 20, 2022
1 parent 9eac742 commit a89c904
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:
name: Build & Release
runs-on: ubuntu-latest
environment: DDCL
env:
DDCL_SECRETS_IV: ${{ secrets.DDCL_SECRETS_IV }}
DDCL_SECRETS_SALT: ${{ secrets.DDCL_SECRETS_SALT }}
DDCL_SECRETS_PASS: ${{ secrets.DDCL_SECRETS_PASS }}

steps:
- uses: actions/checkout@v2
- name: Un-Mold
Expand All @@ -39,11 +36,19 @@ jobs:
override: true
components: rustfmt, clippy
- uses: actions-rs/cargo@v1
env:
DDCL_SECRETS_IV: ${{ secrets.DDCL_SECRETS_IV }}
DDCL_SECRETS_SALT: ${{ secrets.DDCL_SECRETS_SALT }}
DDCL_SECRETS_PASS: ${{ secrets.DDCL_SECRETS_PASS }}
with:
use-cross: true
command: build
args: --release --target=x86_64-unknown-linux-gnu
- uses: actions-rs/cargo@v1
env:
DDCL_SECRETS_IV: ${{ secrets.DDCL_SECRETS_IV }}
DDCL_SECRETS_SALT: ${{ secrets.DDCL_SECRETS_SALT }}
DDCL_SECRETS_PASS: ${{ secrets.DDCL_SECRETS_PASS }}
with:
use-cross: true
command: build
Expand Down

0 comments on commit a89c904

Please sign in to comment.