sourcing .env file in action
This commit is contained in:
parent
6d03b97b9c
commit
47edaea82b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue