Skip to content

Commit

Permalink
Add "CGKStateMachine" dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Fernandes committed Jul 17, 2021
1 parent a792ef5 commit fbc59ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build-test:
runs-on: macos-11
env:
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer
steps:
- name: Cancel previous jobs
uses: styfle/cancel-workflow-action@0.6.0
Expand Down
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ let package = Package(
],
dependencies: [
.package(name: "AppLogger", url: "https://github.com/backslash-f/applogger", from: "1.0.0"),
.package(name: "CGKStateMachine", url: "https://github.com/backslash-f/cgkstatemachine", from: "0.1.0"),
.package(name: "CSKScene", url: "https://github.com/backslash-f/cskscene", from: "0.0.1"),
.package(name: "Device", url: "https://github.com/backslash-f/device", from: "1.0.0")
],
Expand All @@ -26,6 +27,7 @@ let package = Package(
name: "ALMA",
dependencies: [
"AppLogger",
"CGKStateMachine",
"CSKScene",
"Device"
]
Expand Down

0 comments on commit fbc59ff

Please sign in to comment.