Skip to content

Commit

Permalink
Add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mertwole committed Jul 17, 2024
1 parent 840a248 commit f721ac3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust toolchain
- name: Install rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install golang
uses: actions/setup-go@v5
with:
go-version: '1.20.1'
- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Build
run: cargo build --all-targets
- name: Test
Expand Down

0 comments on commit f721ac3

Please sign in to comment.