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
|
||||
steps:
|
||||
- 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
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue