Merge branch 'stable' of https://git.mixedup.dev/QUIK/Quik.StbImage into stable
Some checks failed
Build / build (push) Failing after 42s

This commit is contained in:
H. Utku Maden 2024-03-21 18:11:30 +03:00
commit 4c87a7da1c

@ -17,8 +17,10 @@ jobs:
run: apt install -y docker.io docker-compose
- name: Check repository out.
uses: actions/checkout@v3
- name: "Where are my files????"
run: ls -la
with:
submodules: recursive
#- name: "Where are my files????"
# run: ls -la
- name: Run Build Script
run: docker-compose run build
working-directory: ${{ gitea.workspace }}