We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git rev-parse HEAD^
1 parent 6358180 commit f4f2d4eCopy full SHA for f4f2d4e
.github/workflows/archive.yml
@@ -13,6 +13,8 @@ jobs:
13
runs-on: ${{ matrix.machine }}
14
steps:
15
- uses: actions/checkout@v4
16
+ with:
17
+ fetch-depth: "2"
18
- name: Select Xcode
19
run: sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode }}.app
20
- name: bundle install
0 commit comments