enable websockets vault
This commit is contained in:
parent
a15db55165
commit
8b335a212e
3 changed files with 43 additions and 11 deletions
14
.github/workflows/nixos.yml
vendored
14
.github/workflows/nixos.yml
vendored
|
@ -9,6 +9,20 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.2
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
with:
|
||||
# this might remove tools that are actually needed,
|
||||
# if set to "true" but frees about 6 GB
|
||||
tool-cache: true
|
||||
|
||||
# all of these default to true, but feel free to set to
|
||||
# "false" if necessary for your workflow
|
||||
android: true
|
||||
dotnet: true
|
||||
haskell: true
|
||||
large-packages: true
|
||||
swap-storage: true
|
||||
- name: "Install Nix ❄️"
|
||||
uses: cachix/install-nix-action@v15
|
||||
- name: "Install Cachix ❄️"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue