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