mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Remove sequence
This commit is contained in:
parent
50e3484275
commit
a0ebb7760b
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -13,9 +13,7 @@ jobs:
|
|||||||
version: [2019.2.11f1, 2018.4.13f1]
|
version: [2019.2.11f1, 2018.4.13f1]
|
||||||
target: [webgl, android]
|
target: [webgl, android]
|
||||||
container:
|
container:
|
||||||
options:
|
options: --build-arg IMAGE_VERSION=${{ matrix.version }} --build-arg IMAGE_TARGET=${{ matrix.target }}
|
||||||
- --build-arg IMAGE_VERSION=${{ matrix.version }}
|
|
||||||
- --build-arg IMAGE_TARGET=${{ matrix.target }}
|
|
||||||
steps:
|
steps:
|
||||||
# Checkout repository (required to test local actions)
|
# Checkout repository (required to test local actions)
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
Loading…
Reference in New Issue
Block a user