You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore(nix): cleanup
This commit introduced three changes:
1. Opt for a shallow clone whenever we run the `update_flake`
workflow since there's no need to retrive past commits.
2. Deleted `result` from `.gitignore` bc I couldn't track down its
source (correct me if I'm wrong!)
3. Ensure either XCode or the CLT is installed on macOS before
running `otool`. These aren't included by default on a fresh
macOS install, and using `xcrun` can sort out those dependency
snags.
Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
* revert(gitignore): add `result/` back
Signed-off-by: Charles Chiu <charleschiu@hey.com>
---------
Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
Signed-off-by: Charles Chiu <charleschiu@hey.com>
Co-authored-by: Charles Chiu <charleschiu@hey.com>
0 commit comments