forked from DGNum/infrastructure
fix(workflow): Install less things
This commit is contained in:
parent
7b7ea46b94
commit
567694a1dc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: debian-latest
|
runs-on: debian-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install applications
|
- name: Install applications
|
||||||
run: apt-get update && apt-get install tea sudo grep
|
run: apt-get update && apt-get install --no-install-recommends tea sudo grep
|
||||||
|
|
||||||
- uses: https://github.com/cachix/install-nix-action@v22
|
- uses: https://github.com/cachix/install-nix-action@v22
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue