Skip to content

Commit

Permalink
Use Qt6 wasm builds by defaul
Browse files Browse the repository at this point in the history
  • Loading branch information
bakulf committed Feb 9, 2022
1 parent 53e88db commit bc2996e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

jobs:
wasm:
name: Wasm Qt5
runs-on: ubuntu-20.04

steps:
Expand Down Expand Up @@ -138,13 +139,13 @@ jobs:
with:
name: WebAssembly Build Qt5
# Destination path
path: _site
path: _site/qt5
- name: Download a Build Artifact
uses: actions/[email protected]
with:
name: WebAssembly Build Qt6
# Destination path
path: _site/qt6
path: _site
- name: Download a Build Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit bc2996e

Please sign in to comment.