workflow: drop pkg installs now in img/runner tag
All checks were successful
lint / test (push) Successful in 52s

This commit is contained in:
Josh Lay 2025-10-19 10:25:59 -05:00
parent 8ea32ac048
commit faa7c0260f
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -13,11 +13,6 @@ jobs:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- name: nodejs/git
run: |
apt-get update
apt-get --no-install-recommends --assume-yes install nodejs git ca-certificates lsb-release
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- uses: actions/setup-python@v6 - uses: actions/setup-python@v6
with: with: