Skip to content

Commit

Permalink
solved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
dalkia committed Jan 8, 2024
2 parents df9eea8 + 2602fb0 commit 99b835a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/Build_LODs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
lfs: true # This ensures LFS is initialized
lfs: true

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
Expand All @@ -33,6 +33,20 @@ jobs:
- name: Publish with dotnet
run: dotnet publish -c Release -r win10-x64 -o ./publish --self-contained true

- name: Install Vulkan SDK
uses: jakoch/[email protected]
with:
vulkan_version: 1.3.268.0
optional_components: com.lunarg.vulkan.vma
install_runtime: true
cache: true
destination: ${{ github.workspace }}/vulkan-sdt

- name: Move Vulkan DLL to output directory
run: |
mv ./vulkan-sdt/1.3.268.0/runtime/x64/vulkan-1.dll ./publish/
shell: bash

- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 99b835a

Please sign in to comment.