Skip to content

Commit

Permalink
add ISPC
Browse files Browse the repository at this point in the history
  • Loading branch information
computergeek1507 authored Jan 30, 2025
1 parent 23e8670 commit 17dc0d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Ubuntu_Window_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
- name: Setup msbuild
uses: microsoft/setup-msbuild@v1

- name: install ISPC
uses: ispc/install-ispc-action@main
with:
version: 1.25.3

- name: Download wxWidgets
run:
git clone --depth=1 --shallow-submodules --recurse-submodules -b xlights_2024.20 https://github.com/xLightsSequencer/wxWidgets C:/wxWidgets/
Expand Down

0 comments on commit 17dc0d5

Please sign in to comment.