Skip to content

Commit

Permalink
whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
aryan9600 committed Aug 9, 2022
1 parent e3ee5fa commit f864a92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:

windows-x86_64-libgit2-only:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: msys2/setup-msys2@v2
with:
Expand All @@ -50,8 +47,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Build static libraries - libgit2 only
shell: msys2 {0}
run: |
TARGET_DIR=${GITHUB_WORKSPACE}/build/build_libgit2_only \
whoami
pwd
TARGET_DIR=${GITHUB_WORKSPACE}\build/build_libgit2_only \
BUILD_ROOT_DIR=${GITHUB_WORKSPACE}/libgit2/build/windows \
./hack/static.sh build_libgit2_only
Expand Down

0 comments on commit f864a92

Please sign in to comment.