Skip to content

Commit

Permalink
try cargo action
Browse files Browse the repository at this point in the history
  • Loading branch information
tbezman committed Feb 21, 2023
1 parent 53adb58 commit 376560e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ jobs:
toolchain: 1.64.0
override: true

- name: Install Packages
run: sudo apt install musl-tools -y

- name: Build Config Schema
working-directory: compiler/
run: |
cargo run --target=x86_64-unknown-linux-musl --bin relay-config-schema > ../website/static/relay-config.json
- uses: actions-rs/cargo@v1
with:
command: build
args: --bin relay-config-schema --release

- name: Install and Build
run: |
Expand Down

0 comments on commit 376560e

Please sign in to comment.