Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomityGuy authored Dec 4, 2024
1 parent 4a4c235 commit 65648c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]


runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Build
Expand Down Expand Up @@ -42,4 +43,4 @@ jobs:
with:
name: DifBuilderLib
path: |
${{github.workspace}}/rust/difbuilder/target/release/difbuilder.dll
${{github.workspace}}/rust/difbuilder/target/release/difbuilder.dll

0 comments on commit 65648c4

Please sign in to comment.