Fixing CI.
Some checks failed
Deploy Greenlight API / deploy (push) Has been cancelled

This commit is contained in:
Maxime Delporte
2025-10-20 15:33:53 +02:00
parent f282e7943a
commit c7828fe5d7

View File

@@ -9,6 +9,12 @@ jobs:
deploy:
runs-on: ubuntu-24.04
steps:
- name: Updating apt get
run: apt-get update -y
- name: Install rsync
run: apt-get install rsync -y
- name: Checkout code
uses: actions/checkout@v4