Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
x86y committed Jun 24, 2023
1 parent c0605a6 commit 90ea65d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Release
on: [push, pull_request]
on: [push]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_TERM_COLOR: always
Expand All @@ -19,6 +19,12 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: list clangs
run: |
which -a clang
which -a cc
clang --version
cc --version
- name: Install Rust Windows target
run: rustup update && rustup target add x86_64-pc-windows-gnu
- name: Build bqn shared lib and wasm file
Expand Down

0 comments on commit 90ea65d

Please sign in to comment.