Skip to content

Commit

Permalink
Use apt-get instead of apt
Browse files Browse the repository at this point in the history
  • Loading branch information
btjanaka committed Sep 10, 2023
1 parent fcb6a0d commit 4e416e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
# SWIG should not be installed so that we can test that lunar lander is
# installing SWIG properly. See https://github.com/icaros-usc/pyribs/pull/366
- name: Remove swig
run: sudo apt remove swig
run: sudo apt-get remove swig
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
Expand All @@ -136,7 +136,7 @@ jobs:
# SWIG should not be installed so that we can test that lunar lander is
# installing SWIG properly. See https://github.com/icaros-usc/pyribs/pull/366
- name: Remove swig
run: sudo apt remove swig
run: sudo apt-get remove swig
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 4e416e4

Please sign in to comment.