Skip to content

Commit

Permalink
Stick back to apt-get on ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricalBoy committed Jun 29, 2024
1 parent c9d1f01 commit 8111e59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
if: inputs.os == 'ubuntu-20.04'
working-directory: ${{ github.workspace }}
run: |
apt-fast update
apt-fast install -y cmake git g++ build-essential libgl1-mesa-dev m4 \
sudo apt-get update
sudo apt-get install -y cmake git g++ build-essential libgl1-mesa-dev m4 \
libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules pkgconf \
libglu1-mesa-dev libcairo2-dev libgtk-3-dev libsoup2.4-dev libwebkit2gtk-4.0-dev \
libgstreamer1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-base1.0-dev \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ jobs:
- name: Install dependencies
if: inputs.os == 'ubuntu-20.04'
run: |
apt-fast update
apt-fast install -y autoconf build-essential cmake curl eglexternalplatform-dev \
sudo apt-get update
sudo apt-get install -y autoconf build-essential cmake curl eglexternalplatform-dev \
extra-cmake-modules file git libcairo2-dev libcurl4-openssl-dev libdbus-1-dev libglew-dev libglu1-mesa-dev \
libglu1-mesa-dev libgstreamer1.0-dev libgstreamerd-3-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev \
libgtk-3-dev libgtk-3-dev libmspack-dev libosmesa6-dev libsecret-1-dev libsoup2.4-dev libssl-dev libudev-dev libwayland-dev \
Expand Down

0 comments on commit 8111e59

Please sign in to comment.