fix(workflow): Install less things

This commit is contained in:
Tom Hubrecht 2023-12-11 16:02:44 +01:00
parent 7b7ea46b94
commit 567694a1dc

View file

@ -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: