Skip to content

Commit

Permalink
Windows has mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Oct 30, 2024
1 parent e339c64 commit 93e4ab0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,17 @@ on:
- 'custom-prompt/*'
workflow_dispatch:

defaults:
run:
shell: bash

jobs:
build_windows:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- run: |
git clone https://github.com/libgit2/libgit2.git
mkdir -p libgit2/build libgit2/target && cd libgit2/build
mkdir libgit2/build
cd libgit2/build
cmake .. -DBUILD_CLI=OFF -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=OFF
cmake --build . --target install
find $PWD/../target
- run: make -j release
working-directory: custom-prompt

Expand Down

0 comments on commit 93e4ab0

Please sign in to comment.