File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 3535 id-token : write
3636 steps :
3737 - uses : actions/checkout@v4
38+ with :
39+ ref : ${{ github.ref }}
3840 - uses : nixbuild/nix-quick-install-action@v30
3941 with :
4042 nix_conf : ${{ env.nix_conf }}
Original file line number Diff line number Diff line change 2323 id-token : write
2424 steps :
2525 - uses : actions/checkout@v4
26+ with :
27+ ref : ${{ github.ref }}
2628
2729 # Extract needed info for use with the other steps
2830 - id : repo-meta
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >com.apple.security.cs.allow-jit </key >
6+ <true />
7+ <key >com.apple.security.cs.allow-unsigned-executable-memory </key >
8+ <true />
9+ <key >com.apple.security.cs.disable-executable-page-protection </key >
10+ <true />
11+ <key >com.apple.security.cs.allow-dyld-environment-variables </key >
12+ <true />
13+ <key >com.apple.security.cs.disable-library-validation </key >
14+ <true />
15+ </dict >
16+ </plist >
You can’t perform that action at this time.
0 commit comments