Update donate.yml
This commit is contained in:
parent
5b0bf7de01
commit
514e2c9c91
4
.github/workflows/donate.yml
vendored
4
.github/workflows/donate.yml
vendored
@ -17,9 +17,9 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
TOOL: "https://github.com/jollheef/donate/archive/master.tar.gz"
|
TOOL: "https://github.com/jollheef/donate/archive/master.tar.gz"
|
||||||
run: |
|
run: |
|
||||||
curl https://nixos.org/nix/install | sh
|
curl -L https://nixos.org/nix/install | sh
|
||||||
. ~/.nix-profile/etc/profile.d/nix.sh
|
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||||
# Use latest stable nixpkgs channel
|
# Use latest stable nixpkgs channel
|
||||||
nix-channel --add https://nixos.org/channels/nixos-19.09 nixpkgs
|
nix-channel --add https://nixos.org/channels/nixos-20.03 nixpkgs
|
||||||
nix-channel --update
|
nix-channel --update
|
||||||
nix run -f $TOOL -c donate-ci
|
nix run -f $TOOL -c donate-ci
|
||||||
|
Loading…
Reference in New Issue
Block a user