Skip to content

Commit

Permalink
fix the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
faithanalog committed Sep 29, 2023
1 parent e689108 commit ba1c53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Pre-Requisites
run: ./tools/install_builder_prerequisites.sh -y
- name: Set default target
run: cargo run --bin omicron-package -- -t default target create
run: cargo run --bin omicron-package -- -t default target create -r single-sled
- name: Check build of deployed Omicron packages
run: cargo run --bin omicron-package -- -t default check

Expand Down

0 comments on commit ba1c53f

Please sign in to comment.