fix: cwd is incorrect - again

This commit is contained in:
Jean-Marie RENOUARD 2023-03-22 16:02:49 +01:00
parent c09af858d5
commit b870af9dd3

View file

@ -23,10 +23,11 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
cd build cd build
sudo bash ./build/installStaff.sh sudo bash ./installStaff.sh
- name: Update CVE and docs - name: Update CVE and docs
run: | run: |
cd ..
sudo bash ./build/updateStaff.sh sudo bash ./build/updateStaff.sh
# Runs a single command using the runners shell # Runs a single command using the runners shell