We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17064b commit 695a927Copy full SHA for 695a927
.semaphore/semaphore.yml
@@ -16,7 +16,12 @@ blocks:
16
- checkout
17
- nvm install 20
18
- cache restore session
19
- - PYTHONUNBUFFERED=1 ./sign.py
+ # remove once bundled fastlane >= 2.225.0
20
+ - curl https://mise.jdx.dev/mise-latest-macos-x64 > ~/mise
21
+ - chmod +x ~/mise
22
+ - ~/mise plugins install https://github.com/mollyIV/asdf-fastlane.git
23
+ - ~/mise use -g fastlane
24
+ - PYTHONUNBUFFERED=1 ~/mise exec fastlane -- ./sign.py
25
- cache delete session
26
- cache store session ~/.fastlane
27
secrets:
0 commit comments