Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoureaux committed Dec 14, 2023
1 parent 4ec4159 commit fe3c27f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,16 +223,9 @@ jobs:
gettext \
create-dmg
brew link gettext --force
# Workaround for #2069
- uses: actions/setup-python@v4
- uses: actions/setup-python@v4 # Workaround for #2069
with:
python-version: '3.11'
- name: Check Python
run: |
which python3
which python
python3 --version
python3 -c "import distutils.command.install"
- uses: lukka/run-vcpkg@v10
name: Install dependencies
with:
Expand All @@ -242,6 +235,9 @@ jobs:
with:
configurePreset: 'fullrelease-macos'
buildPreset: 'fullrelease-macos'
- name: Setup upterm session
uses: lhotari/action-upterm@v1
if: failure()
- name: Split Branch Name
env:
BRANCH: ${{github.ref_name}}
Expand Down

0 comments on commit fe3c27f

Please sign in to comment.