calling script in shell

This commit is contained in:
Sven Vogel 2024-05-17 15:47:25 +02:00
parent 0bfd54dfb0
commit 2ad8d83341
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ jobs:
- name: Setup SDK
run: source ./.env && docker pull servostar/gemstone:sdk-"$SDK"
- name: Compile
run: source ./.env && run-docker-build.sh
run: source ./.env && sh run-docker-build.sh