fixed missing rsync in build pipelines
All checks were successful
GitHub Actions Build and Deploy mein-techstack / build-deploy (push) Successful in 31s

This commit is contained in:
Stephan Hadan 2025-01-26 11:38:35 +01:00
parent ad63e109c6
commit bae8949305
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@ jobs:
- run: npm install
- run: npm run build
# - run: npm run create:ast
- run: apt-get update && apt-get install -y rsync
- name: Create private key
run: |
echo "${{ secrets.ACT_RUNNER_KEY }}" > /tmp/act_runner_key

View file

@ -19,6 +19,7 @@ jobs:
- run: npm install
- run: npm run build
# - run: npm run create:ast
- run: apt-get update && apt-get install -y rsync
- name: Create private key
run: |
echo "${{ secrets.ACT_RUNNER_KEY }}" > /tmp/act_runner_key