Skip to content

Commit

Permalink
Temporarily unconditionally build headless wasmer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Jan 12, 2021
1 parent ecc15b5 commit f0c7f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
target: ${{ matrix.target }}
override: true
components: "rust-src"
if: needs.setup.outputs.DOING_RELEASE == '1'
#if: needs.setup.outputs.DOING_RELEASE == '1'
- name: Build Minimal Wasmer Headless
run: |
echo "\n[profile.release]
Expand All @@ -212,7 +212,7 @@ incremental = false
codegen-units = 1
rpath = false" >> Cargo.toml
make build-wasmer-headless-minimal
if: needs.setup.outputs.DOING_RELEASE == '1'
#if: needs.setup.outputs.DOING_RELEASE == '1'
- name: Copy target binaries
run: |
mkdir -p target/release
Expand Down

0 comments on commit f0c7f5b

Please sign in to comment.