mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
fix: ci
This commit is contained in:
parent
bb1c888ea9
commit
4b0ae120ab
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -18,7 +18,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: Build Base Packages
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
run: |
|
||||
export DOCKER_UID=$UID
|
||||
export DOCKER_GID=$GID
|
||||
docker-compose up
|
||||
docker compose up
|
||||
|
||||
- name: Upload prepare
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user