Skip to content

Commit

Permalink
Fixing nuget vulkan (#284)
Browse files Browse the repository at this point in the history
* Fixed nuget vulkan

* Removed if used for CI
  • Loading branch information
sandrohanea authored Nov 29, 2024
1 parent 11b6fab commit 635869b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:

linux-openvino:
uses: ./.github/workflows/linux-openvino-native-build.yml

linux-vulkan:
uses: ./.github/workflows/linux-vulkan-native-build.yml

macos-coreml:
uses: ./.github/workflows/macos-coreml-native-build.yml
Expand All @@ -78,11 +81,12 @@ jobs:
- windows-cuda
- windows-vulkan
- windows-openvino
- windows-no-avx
- linux-cuda
- linux-openvino
- macos-coreml
- linux-no-avx
- windows-no-avx
- linux-vulkan
- macos-coreml
uses: ./.github/workflows/pack-all.yml
with:
IsPreview: ${{ inputs.IsPreview }}
Expand Down

0 comments on commit 635869b

Please sign in to comment.