Skip to content

Commit

Permalink
Fucking github?
Browse files Browse the repository at this point in the history
  • Loading branch information
danpashin committed Jun 19, 2024
1 parent 38b70f1 commit 288f2f0
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@v1.7.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Select Xcode 16
run: sudo xcode-select -s /Applications/Xcode_16.0.app
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"originHash" : "1a055f4282d36d81bef8ff5498f3decfa03f4df1f3d72bf2a161602b00410ee6",
"pins" : [
{
"identity" : "blankslate",
"kind" : "remoteSourceControl",
"location" : "https://github.com/liam-i/BlankSlate",
"state" : {
"revision" : "db6e0bddbb77182079a40dcb780aa4a85f93d784",
"version" : "0.7.1"
}
},
{
"identity" : "nuke",
"kind" : "remoteSourceControl",
"location" : "https://github.com/kean/Nuke",
"state" : {
"revision" : "084076db4f9b9ee4db51177ef5a4879689c1aa09",
"version" : "12.7.2"
}
},
{
"identity" : "sentry-cocoa",
"kind" : "remoteSourceControl",
"location" : "https://github.com/getsentry/sentry-cocoa",
"state" : {
"revision" : "c9a692ba837f4832ec7ce6378c071cb91cb55f92",
"version" : "8.29.0"
}
}
],
"version" : 3
}

0 comments on commit 288f2f0

Please sign in to comment.