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 c544306 commit f461193Copy full SHA for f461193
.github/workflows/ci.yml
@@ -39,6 +39,7 @@ jobs:
39
run: defaults write com.apple.dt.XCBuild IgnoreFileSystemDeviceInodeChanges -bool YES
40
- name: Update mtime for incremental builds
41
uses: chetan/git-restore-mtime-action@v2
42
+ - run: make dot-env
43
- name: Debug
44
run: make COMMAND="${{ matrix.command }}" CONFIG=Debug PLATFORM="${{ matrix.platform }}" xcodebuild
45
- name: Release
0 commit comments