Skip to content

Commit

Permalink
Build directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypan committed Sep 4, 2024
1 parent 1cb4f1f commit 51a9822
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/brand-new-chain-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,22 @@ jobs:
run: |
npm install
- name: "Free Disk Space (insightsengineering/disk-space-reclaimer)"
uses: insightsengineering/disk-space-reclaimer@v1.1.0

- name: "Linux Tools"
run: sudo apt install -y cmake pkg-config libssl-dev build-essential clang libclang-dev curl protobuf-compiler

- name: "Rust"
run: |
TLCHN=nightly-2024-01-21
curl -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain $TLCHN
rustup target add wasm32-unknown-unknown --toolchain $TLCHN
cargo install cargo-expand --locked --version 1.0.71
- name: Checkout Sources (actions/checkout)
uses: actions/checkout@v3

- name: Run simple CI
working-directory: ../simple-ci-poc
run: |
Expand Down

0 comments on commit 51a9822

Please sign in to comment.