Skip to content

Commit

Permalink
what happened
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Aug 2, 2024
1 parent 32054d2 commit adc1f2c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ jobs:
with:
xcode-version: ${{ matrix.tooling.xcode-version }}

- run: swift run BuildTool --platform ${{ matrix.platform }} --swift-version ${{ matrix.tooling.swift-version }}
- name: Build and run tests
run: swift run BuildTool --platform ${{ matrix.platform }} --swift-version ${{ matrix.tooling.swift-version }}
11 changes: 10 additions & 1 deletion .swiftpm/configuration/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "209c1156341f648f8e38ea46fc2b9a655191ea0f3bae9e9a61064b8ce4cd025f",
"originHash" : "1265ebdf8bb64d4fdb1d934e011c9995c7230673579836796daea0b56a91bed4",
"pins" : [
{
"identity" : "ably-cocoa",
Expand Down Expand Up @@ -28,6 +28,15 @@
"version" : "0.4.0"
}
},
{
"identity" : "swift-argument-parser",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser",
"state" : {
"revision" : "41982a3656a71c768319979febd796c6fd111d5c",
"version" : "1.5.0"
}
},
{
"identity" : "swiftformat",
"kind" : "remoteSourceControl",
Expand Down

0 comments on commit adc1f2c

Please sign in to comment.