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.
1 parent 2338254 commit 8bd612aCopy full SHA for 8bd612a
.github/workflows/release.yml
@@ -32,9 +32,6 @@ jobs:
32
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
33
with:
34
xcode-version: "16.2.0"
35
-
36
- # - name: Setup Nix
37
- # uses: ./.github/actions/nix-devshell
38
39
- name: Install Cert & Retrieve Provisioning Profiles
40
env:
@@ -55,6 +52,9 @@ jobs:
55
52
security import "$CERT_PATH" -P "$CERT_PASSWORD" -A -t cert -f pkcs12 -k "$KEYCHAIN_PATH"
56
53
security list-keychain -d user -s "$KEYCHAIN_PATH"
57
54
+ - name: Setup Nix
+ uses: ./.github/actions/nix-devshell
+
58
- name: Build
59
run: |
60
./scripts/build.sh
0 commit comments