Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Nov 8, 2024
1 parent f3d9478 commit 4a3a052
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ui-release2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Rust Toolchain
run: |
rustup toolchain install stable --profile minimal --no-self-update
rustup default stable
- name: Build Docker Image
uses: docker/build-push-action@v3
with:
tags: dockbuildrust:latest
context: docker/ui-release
push: false

- name: Build Executable
uses: addnab/docker-run-action@v3
with:
image: dockbuildrust:latest
options: -v ${{ github.workspace }}:/work
run: /root/.cargo/bin/cargo build --release --manifest-path hc-reliability-ui/Cargo.toml

0 comments on commit 4a3a052

Please sign in to comment.