sourcing .env file in action
This commit is contained in:
parent
6d03b97b9c
commit
47edaea82b
|
@ -6,6 +6,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Setup environment
|
||||||
|
run: source ./.env
|
||||||
- name: Setup SDK
|
- name: Setup SDK
|
||||||
run: docker pull servostar/gemstone:sdk-"$SDK"
|
run: docker pull servostar/gemstone:sdk-"$SDK"
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|
Loading…
Reference in New Issue