mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Update build.yml
This commit is contained in:
parent
72ac31919c
commit
df4d0a0751
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -11,8 +11,8 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
package_manager: [npm, yarn]
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
package_manager: [npm]
|
||||
package_root: ["./gui/"]
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue