Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jul 28, 2023
1 parent 8a6ef21 commit b286278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
pacboy: cc:p python:p python-setuptools:p python-sphinx:p python-pip:p
- name: Check
run: |
CC=cc pip install -e .
export CC=cc
pip install -e .
python -c "import winkerberos;print(winkerberos.__version__)"
windows-msvc:
Expand Down

0 comments on commit b286278

Please sign in to comment.