Skip to content

Commit c6b3fab

Browse files
Update dependency ctreffs/SwiftVulkan to from: "0.2.1" (#23)
* Update dependency ctreffs/SwiftVulkan to from: "0.2.1" * Update dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christian Treffs <ctreffs@gmail.com>
1 parent 5c85b35 commit c6b3fab

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
brew install sdl2
4545
4646
- name: Test
47-
run: make test
47+
run: swift test
4848
env:
4949
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
5050
FRB_ENABLE_GRAPHICS_VULKAN: 0 # disable Vulkan on macOS CI until setup is smoothed out.
@@ -59,7 +59,7 @@ jobs:
5959
.build/**/*.xctest
6060
6161
- name: Build Release
62-
run: make build-release
62+
run: swift build -c release
6363
env:
6464
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
6565
FRB_ENABLE_GRAPHICS_VULKAN: 0 # disable Vulkan on macOS CI until setup is smoothed out.

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ let package = Package(
109109
.package(name: "FirebladeMath", url: "https://github.com/fireblade-engine/math.git", from: "0.13.0"),
110110
.package(name: "FirebladeTime", url: "https://github.com/fireblade-engine/time.git", from: "0.2.0"),
111111
.package(name: "SDL2", url: "https://github.com/ctreffs/SwiftSDL2.git", from: "1.3.2"),
112-
.package(name: "Vulkan", url: "https://github.com/ctreffs/SwiftVulkan", from: "0.2.0"),
112+
.package(name: "Vulkan", url: "https://github.com/ctreffs/SwiftVulkan", from: "0.2.1"),
113113
.package(name: "SwiftNFD", url: "https://github.com/ctreffs/SwiftNFD.git", from: "1.0.2"),
114114
],
115115
targets: [

0 commit comments

Comments
 (0)