mirror of
https://github.com/spatialaudio/portaudio-binaries.git
synced 2026-03-17 16:06:02 +08:00
Merge pull request #20 from spatialaudio/dependabot/github_actions/actions/checkout-5
This commit is contained in:
6
.github/workflows/build-libs.yml
vendored
6
.github/workflows/build-libs.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
MACOSX_DEPLOYMENT_TARGET: "10.9"
|
||||
steps:
|
||||
- name: checkout portaudio
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: PortAudio/portaudio
|
||||
ref: v19.7.0
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
LDFLAGS: "/Brepro"
|
||||
steps:
|
||||
- name: checkout portaudio
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: PortAudio/portaudio
|
||||
ref: v19.7.0
|
||||
@@ -89,7 +89,7 @@ jobs:
|
||||
needs: [macos, windows]
|
||||
steps:
|
||||
- name: Clone Git repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
- name: Retrieve dylib
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user