sourcing .env file in action

This commit is contained in:
Sven Vogel 2024-05-17 15:41:52 +02:00
parent 6d03b97b9c
commit 47edaea82b
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup environment
run: source ./.env
- name: Setup SDK
run: docker pull servostar/gemstone:sdk-"$SDK"
- name: Compile