mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Release workflow
This commit is contained in:
parent
e21165673b
commit
190825e653
2 changed files with 6 additions and 4 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -11,7 +11,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build-mac:
|
||||
runs-on: macos-13
|
||||
runs-on: macos-14
|
||||
steps:
|
||||
- name: Install Free Pascal
|
||||
uses: doublecmd/lazarus-install@mac
|
||||
|
|
@ -25,7 +25,9 @@ jobs:
|
|||
ref: 'fixes_4'
|
||||
|
||||
- name: Build and install Lazarus
|
||||
run: make all install
|
||||
run: |
|
||||
make all
|
||||
sudo make install
|
||||
|
||||
- name: Create Lazarus config
|
||||
run: |
|
||||
|
|
@ -39,7 +41,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Download unrar source code
|
||||
run: wget https://www.rarlab.com/rar/unrarsrc-7.0.9.tar.gz -O /tmp/unrarsrc.tar.gz
|
||||
run: wget https://www.rarlab.com/rar/unrarsrc-7.2.3.tar.gz -O /tmp/unrarsrc.tar.gz
|
||||
|
||||
- name: Extract unrar source code
|
||||
run: cd /tmp && tar xzf unrarsrc.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue