Skip to content

Commit

Permalink
Experiment: add current dir to env var
Browse files Browse the repository at this point in the history
  • Loading branch information
yncat committed Apr 7, 2024
1 parent 5b39a96 commit 82fa361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
ARCH_NAME: _${{ matrix.arch }}
- name: run full build
run: |
echo $pwd.Path >> $Env:GITHUB_PATH
make
env:
ARCH_NAME: _${{ matrix.arch }}
Expand Down

0 comments on commit 82fa361

Please sign in to comment.