mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[ci,mac] install missing tools
This commit is contained in:
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@@ -13,6 +13,10 @@ jobs:
|
||||
- name: "Check out source"
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: "Prepare environment"
|
||||
run: |
|
||||
brew install autoconf automake cmake git
|
||||
|
||||
- name: "Run mac os build..."
|
||||
run: |
|
||||
./scripts/bundle-mac-os.sh
|
||||
|
||||
Reference in New Issue
Block a user