Skip to content

Commit e6d97f2

Browse files
committed
retry
1 parent 56b1555 commit e6d97f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
3333
with:
3434
xcode-version: "16.2.0"
35-
36-
# - name: Setup Nix
37-
# uses: ./.github/actions/nix-devshell
3835

3936
- name: Install Cert & Retrieve Provisioning Profiles
4037
env:
@@ -55,6 +52,9 @@ jobs:
5552
security import "$CERT_PATH" -P "$CERT_PASSWORD" -A -t cert -f pkcs12 -k "$KEYCHAIN_PATH"
5653
security list-keychain -d user -s "$KEYCHAIN_PATH"
5754
55+
- name: Setup Nix
56+
uses: ./.github/actions/nix-devshell
57+
5858
- name: Build
5959
run: |
6060
./scripts/build.sh

0 commit comments

Comments
 (0)