Skip to content

Commit

Permalink
Try apt instead of apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Aug 9, 2022
1 parent 8d86789 commit f1bab1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ jobs:
dockerRunArgs: |
--volume "${PWD}/dist:/artifacts"
install: |
apt-get update -y
apt-get install -y --no-install-recommends software-properties-common
apt update -y
apt install -y --no-install-recommends software-properties-common
add-apt-repository ppa:deadsnakes/ppa
apt-get update -y
apt update -y
PYTHON=python${{ matrix.python.version }}
apt-get install -y $PYTHON $PYTHON-distutils $PYTHON-venv
apt install -y $PYTHON $PYTHON-distutils $PYTHON-venv
run: |
ls -lrth /artifacts
PYTHON=python${{ matrix.python.version }}
Expand Down

0 comments on commit f1bab1f

Please sign in to comment.