Skip to content

Commit

Permalink
Update main.yml Python39 Path
Browse files Browse the repository at this point in the history
  • Loading branch information
hxbb00 authored Oct 24, 2023
1 parent a48c556 commit db9fd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Building QGIS
run: |
echo on
set PATH=c:\cygwin\bin;%OSGEO4W_ROOT%\apps\Python39;%OSGEO4W_ROOT%\bin;%PATH%
set PATH=c:\cygwin\bin;%OSGEO4W_ROOT%\apps\Python39;%OSGEO4W_ROOT%\apps\Python39\Scripts;%OSGEO4W_ROOT%\bin;%PATH%
cd ms-windows/osgeo4w
type nul> skippackage
set OSGEO4W_CXXFLAGS=/MD /MP /Od /D NDEBUG
Expand Down

0 comments on commit db9fd7b

Please sign in to comment.