mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-02 17:31:35 +00:00
add an escape
This commit is contained in:
parent
cc16a9849b
commit
ecc19fca6e
@ -116,7 +116,7 @@ jobs:
|
||||
export CACHIX_AUTH_TOKEN=$CACHIX_AUTH_TOKEN
|
||||
cd src
|
||||
nix-shell -A powerpc --command exit
|
||||
nix-store -qR --include-outputs $(nix-instantiate default.nix -A powerpc) | cachix push autc04
|
||||
nix-store -qR --include-outputs \$(nix-instantiate default.nix -A powerpc) | cachix push autc04
|
||||
EOF
|
||||
displayName: Push to Cachix
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user