Skip to content

Commit

Permalink
Update main-rs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OSA413 committed Aug 25, 2024
1 parent 3c5fa94 commit 8c29a71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1

# - run: winget install Microsoft.VisualStudio.2022.BuildTools -e --source winget --silent --override "--wait --quiet --add ProductLang En-us --add Microsoft.VisualStudio.Workload.VCTools --includeRecommended"

- run: py -3.12 -m pip install --user pipx
- run: py -3.12 -m pipx ensurepath
- run: pipx install gvsbuild
- run: gvsbuild build gtk4
- run: $env:Path += ";C:\gtk-build\gtk\x64\release\bin"
- run: echo "C:\gtk-build\gtk\x64\release\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

- name: Update dependencies
run: bash update_dependencies.sh
Expand Down

0 comments on commit 8c29a71

Please sign in to comment.