Skip to content

Commit

Permalink
Remove install_ubuntu_deps step
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Mar 9, 2024
1 parent 21b3737 commit e7c5400
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: Install dependencies for Ubuntu
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo ./install_ubuntu_deps.sh
curl https://get.wasmer.io -sSfL | sh
- name: Build the project
Expand Down

0 comments on commit e7c5400

Please sign in to comment.