i wonder if this would work
Some checks failed
Build and release / release (push) Failing after 3s

This commit is contained in:
Lea 2023-07-29 21:09:46 +02:00
parent 90400fb61a
commit 5dcf6262c9
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -8,6 +8,12 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: test
uses: actions/cache-apt-pkgs-action@latest
with:
packages: nodejs npm
version: 1.0
- name: Install lessc
run: npm install -g less