Skip to content

Commit

Permalink
CI: create .git/ dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Apr 15, 2024
1 parent 2d3662d commit 88d8ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: run tests
run: |
export LC_ALL=C.UTF-8
mkdir -p .git
make test verbose=1
- name: install
run: |
Expand Down

0 comments on commit 88d8ec2

Please sign in to comment.