Skip to content

Commit

Permalink
chore: updated Release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnarus-G committed Jun 9, 2024
1 parent 9f26538 commit 5179ae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Install latest rust toolchain
uses: actions-rs/toolchain@v1
with:
target: x86_64-apple-darwin
target: ${{ matrix.target }}
toolchain: stable

- name: Tauri dependencies
- name: Tauri [Ubuntu] dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
run: >-
sudo apt-get update &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Tauri dependencies
- name: Tauri [Ubuntu] dependencies
run: >-
sudo apt-get update &&
sudo apt-get install -y
Expand Down

0 comments on commit 5179ae8

Please sign in to comment.