Comment out cachix cache action
This commit is contained in:
parent
c4d9feb02a
commit
75b5c4160d
|
@ -12,11 +12,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: https://github.com/cachix/install-nix-action@v18
|
- uses: https://github.com/cachix/install-nix-action@v18
|
||||||
- uses: https://github.com/cachix/cachix-action@v12
|
# - uses: https://github.com/cachix/cachix-action@v12
|
||||||
with:
|
# with:
|
||||||
name: ytdl-web
|
# name: ytdl-web
|
||||||
extraPullNames: devenv
|
# extraPullNames: devenv
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- name: Install devenv.sh
|
- name: Install devenv.sh
|
||||||
run: nix profile install github:cachix/devenv/latest
|
run: nix profile install github:cachix/devenv/latest
|
||||||
- run: devenv shell echo ok
|
- run: devenv shell echo ok
|
||||||
|
|
Loading…
Reference in New Issue