Skip to content

Commit

Permalink
Updated MoltenVK binaries (#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Oct 1, 2023
1 parent 950fea7 commit f752fa0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/moltenvk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ jobs:
run: |
echo running extras
${{ matrix.env.extras }}
# Install python
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: "3.10"

# Install CMake and Ninja
- uses: lukka/get-cmake@latest

- name: Build MoltenVK
run: ${{ matrix.env.nuke_invoke }} MoltenVK
env:
PUSHABLE_GITHUB_TOKEN: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
PUSHABLE_GITHUB_TOKEN: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion build/nuke/Native/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void PrUpdatedNativeBinary(string name, [CanBeNull] string glob = null)
}
else if (OperatingSystem.IsMacOS())
{
glob ??= "src/Native/**/*.dylib";
glob ??= "src/Native/**/libMoltenVK.a src/Native/**/*.dylib";
}
else if (OperatingSystem.IsLinux())
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f752fa0

Please sign in to comment.