mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Build snapshots
This commit is contained in:
parent
3e601a1940
commit
6b1a346caa
1 changed files with 3 additions and 1 deletions
4
.github/workflows/snapshots.yml
vendored
4
.github/workflows/snapshots.yml
vendored
|
|
@ -92,7 +92,9 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: sudo apt install fpc patchelf libgtk-3-dev libdbus-1-dev
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install fpc patchelf libgtk-3-dev libdbus-1-dev
|
||||
|
||||
- name: Get Lazarus source
|
||||
uses: actions/checkout@v6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue