Skip to content

Commit

Permalink
Fix Linux?
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Dec 17, 2023
1 parent 47957a5 commit ad5c185
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-clipboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: lhotari/action-upterm@v1
#- uses: lhotari/action-upterm@v1
- name: Run a script
run: |
GPP_PACKAGE="g++-${{ matrix.gcc }}-${{ matrix.arch.gcc }}"
Expand All @@ -61,8 +61,8 @@ jobs:
sudo sed -i'' -E 's/^deb http:\/\/(azure.archive|security).ubuntu.com/deb [arch=amd64,i386] http:\/\/\1.ubuntu.com/' /etc/apt/sources.list
sudo dpkg --add-architecture "${{ matrix.arch.os }}"
sudo apt-get update || true
sudo apt-get install -y \
sudo apt update || true
sudo apt install -y \
"${GPP_PACKAGE}" \
"libx11-dev:${{ matrix.arch.os }}" \
"libwayland-dev:${{ matrix.arch.os }}" \
Expand Down Expand Up @@ -90,8 +90,8 @@ jobs:

- name: Run a script
run: |
sudo apt-get update
sudo apt-get install -y flatpak-builder flatpak
sudo apt update
sudo apt install -y flatpak-builder flatpak
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user --noninteractive flathub org.freedesktop.Platform//22.08 org.freedesktop.Sdk//22.08
Expand Down

0 comments on commit ad5c185

Please sign in to comment.