Skip to content

Commit 8890102

Browse files
authored
Update rust-build-check.yml
1 parent a541bda commit 8890102

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/rust-build-check.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v4
23-
- name: Load env file
24-
uses: direnv/direnv-action@v2
25-
with:
26-
env_file: ./.env
23+
- name: Load .env file
24+
run: |
25+
cat .env | grep -v '^#' | xargs -L 1 echo >> $GITHUB_ENV
2726
- name: Build
2827
run: cargo build --verbose
2928
- name: Run tests

0 commit comments

Comments
 (0)