Skip to content

Commit

Permalink
Remove install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Piszmog committed Sep 27, 2022
1 parent a8db8c3 commit f2dc111
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ jobs:
with:
fetch-depth: 1

- name: Install packages (Ubuntu)
if: matrix.os == 'ubuntu-18.04'
run: |
ci/ubuntu-install-packages
- name: Install packages (macOS)
if: matrix.os == 'macos-latest'
run: |
ci/macos-install-packages
- name: Install Rust
uses: dtolnay/rust-toolchain@v1
with:
Expand Down

0 comments on commit f2dc111

Please sign in to comment.