Skip to content

Commit

Permalink
Update all.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Apr 1, 2024
1 parent ad3d59a commit 9f67117
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ jobs:
include:
- name: win64
os: windows-2022
llvm-url: https://github.com/grame-cncm/faust/releases/download/2.59.5-llvm/llvm-15.0.7-win11-x86_64.zip
llvm-url: https://github.com/grame-cncm/faust/releases/download/2.59.5-llvm/llvm-17.0.6-win11-x86_64.zip
libsndfile-url: https://github.com/grame-cncm/faust/releases/download/2.59.5-llvm/libsndfile-1.2.0-win64.zip
libfaust-url: https://github.com/grame-cncm/faust/releases/download/2.72.13/Faust-2.72.13-win64.exe

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

- uses: ilammy/msvc-dev-cmd@v1

- name: Install Qt
# note that this sets the environment var Qt5_DIR
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: '5.15.2'
host: 'windows'
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
FAUST_DIR: ${{ github.workspace }}/libfaust/bin

- name: Upload FaustLive installer
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: FaustLive-${{env.FAUSTLIVE_VERSION}}-${{matrix.name}}.exe
path: Build/FaustLive-${{env.FAUSTLIVE_VERSION}}-${{matrix.name}}.exe
Expand All @@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-latest
name: "Create Release on GitHub"
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: "dist"

Expand Down

0 comments on commit 9f67117

Please sign in to comment.