mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file
This commit is contained in:
parent
400439a50d
commit
137de97ce4
3
.github/workflows/build-ios.yml
vendored
3
.github/workflows/build-ios.yml
vendored
@ -25,7 +25,8 @@ jobs:
|
||||
target: 'desktop'
|
||||
arch: 'clang_64'
|
||||
dir: ${{ github.workspace }}
|
||||
version: ${{ env.QT_VERSION }}
|
||||
version: ${{ env.QT_VERSION }}
|
||||
modules: 'qtcharts qtserialbus qtserialport qtwebsockets'
|
||||
- name: install qt for ios
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
|
||||
12
.github/workflows/build-ubuntu.yml
vendored
12
.github/workflows/build-ubuntu.yml
vendored
@ -1,11 +1,11 @@
|
||||
name: build-ubuntu
|
||||
#on:
|
||||
# schedule:
|
||||
# - cron: '0 0 * * *'
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user