Skip to content
Snippets Groups Projects
Commit 6a01237e authored by Bryan Chen's avatar Bryan Chen
Browse files

setup workspace

parent f933404c
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,8 @@ jobs: ...@@ -29,6 +29,8 @@ jobs:
default: true default: true
- name: Install cargo-unleash - name: Install cargo-unleash
run: cargo install cargo-unleash --version 1.0.0-alpha.10 #FIXME: change to release once it's ready run: cargo install cargo-unleash --version 1.0.0-alpha.10 #FIXME: change to release once it's ready
- name: Prepare
run: make Cargo.toml
- name: Cargo unleash check - name: Cargo unleash check
run: cargo unleash check run: cargo unleash check
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment