Skip to content

Commit

Permalink
fix: execution order
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad committed Nov 17, 2023
1 parent f59b81f commit 76a7a0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,17 @@ jobs:
profile: minimal
override: true
- uses: Swatinem/rust-cache@v1
- name: Build Bob
uses: actions-rs/cargo@v1
with:
command: build
args: --locked --profile optimized ${{matrix.tls}}
- name: Setup Bob build directory
run: |
mkdir build
copy .\\bin\\vcruntime140.dll .\\build
copy .\\target\\optimized\\bob.exe .\\build
if: matrix.os == 'windows-latest'
- name: Build Bob
uses: actions-rs/cargo@v1
with:
command: build
args: --locked --profile optimized ${{matrix.tls}}
- name: Upload Bob Linux binary
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 76a7a0c

Please sign in to comment.