fix syntx
Some checks failed
Build CV / build-pdf (push) Failing after 12s

This commit is contained in:
Yigit Colakoglu 2025-09-02 09:23:48 +02:00
parent 86438df812
commit 44d5e3c74a

View File

@ -13,9 +13,10 @@ jobs:
steps:
- name: Install node :(
run:
- apt update
- apt install npm
run: |
apt update
apt install npm
- name: Checkout repository
uses: actions/checkout@v4