Fix syntax in the yaml

This commit is contained in:
aboyko
2023-07-06 20:13:13 -04:00
parent c2f1eb1423
commit 61e4389f66

View File

@@ -10,7 +10,7 @@ on:
jobs:
eclipse-language-servers-build:
e428-distro:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
@@ -18,8 +18,7 @@ jobs:
# sparse-checkout: |
# .github
# - name: Eclipse 4.28 Distro Build
e428-distro:
uses: ./.github/workflows/eclipse-distro-build.yml
with:
eclipse_profile: 'e428'
build_type: 'snapshot'
uses: ./.github/workflows/eclipse-distro-build.yml
with:
eclipse_profile: 'e428'
build_type: 'snapshot'