Skip to content

Commit

Permalink
Switch to apt
Browse files Browse the repository at this point in the history
  • Loading branch information
reckel-jm committed Mar 16, 2024
1 parent eb33aa0 commit 1311a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lazarus-compile.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
run: lazbuild -B src/bgrabitmap/bgrabitmap/bgrabitmappack.lpk; lazbuild -B src/Cantara.lpi
- name: Install libqt6pas dependency under Ubuntu
if: ${{ matrix.operating-system == 'ubuntu-latest' }}
run: wget https://github.com/davidbannon/libqt6pas/releases/download/v6.2.7/libqt6pas6-dev_6.2.7-1_amd64.deb; wget https://github.com/davidbannon/libqt6pas/releases/download/v6.2.7/libqt6pas6_6.2.7-1_amd64.deb; sudo gdebi ./libqt6pas6_6.2.7-1_amd64.deb; sudo gdebi ./libqt6pas6-dev_6.2.7-1_amd64.deb
run: wget https://github.com/davidbannon/libqt6pas/releases/download/v6.2.7/libqt6pas6-dev_6.2.7-1_amd64.deb; wget https://github.com/davidbannon/libqt6pas/releases/download/v6.2.7/libqt6pas6_6.2.7-1_amd64.deb; sudo apt install ./libqt6pas6_6.2.7-1_amd64.deb; sudo apt install ./libqt6pas6-dev_6.2.7-1_amd64.deb
- name: Build the Linux Application
if: ${{ matrix.operating-system == 'ubuntu-latest' }}
run: make
Expand Down

0 comments on commit 1311a74

Please sign in to comment.