Skip to content

Commit 86a9f46

Browse files
mcbartonaaronj0
authored andcommitted
Remove unneeded installation of dependencies for Ubuntu wasm jobs
1 parent 9c308e3 commit 86a9f46

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,15 +1195,6 @@ jobs:
11951195
echo "ncpus=$(nproc --all)" >> $GITHUB_ENV
11961196
fi
11971197
1198-
- name: Install deps on Linux
1199-
if: runner.os == 'Linux'
1200-
run: |
1201-
# Install deps
1202-
sudo apt-get update
1203-
sudo apt-get install git g++ debhelper devscripts gnupg python3 valgrind
1204-
sudo apt-get autoremove
1205-
sudo apt-get clean
1206-
12071198
- name: install mamba
12081199
uses: mamba-org/setup-micromamba@main
12091200
with:

0 commit comments

Comments
 (0)