GA: Fix offline GUI building

This commit is contained in:
Mykola Grymalyuk
2022-01-03 13:33:46 -07:00
parent 3fc7424086
commit 4b6125d583
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
name: CI - Build wxPython
on:
push:
workflow_dispatch:
@@ -16,7 +14,7 @@ on:
jobs:
build:
name: Build wxPython Offline
name: Build Offline wxPython
runs-on: x86_64_mojave
steps:
- uses: actions/checkout@v2