Skip to content

Commit

Permalink
try: more tests to make git work on Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mfacchinelli committed Aug 16, 2024
1 parent 844213b commit a041109
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ jobs:

build_single_file_binary:
strategy:
fail-fast: false
matrix:
os: [linux, windows]
include:
Expand Down Expand Up @@ -255,13 +256,15 @@ jobs:
shell: bash

- uses: addnab/docker-run-action@v3
continue-on-error: true
with:
registry: gcr.io
image: ${{ matrix.image }}
options: -v ${{ github.workspace }}:/src/
run: |
echo 'wine '\''C:\Program Files\Git\bin\git.exe'\'' "$@"' > /usr/bin/git
if [[ "$OSTYPE" == "msys" ]]
then
echo 'wine '\''C:\Program Files\Git\bin\git.exe'\'' "$@"' > /usr/bin/git
fi
python -m pip install poetry
python -m poetry self add poetry-pyinstaller-plugin
python -m poetry install
Expand Down

0 comments on commit a041109

Please sign in to comment.