Skip to content

Commit

Permalink
xo-unit: fix deps for ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rconybea committed May 2, 2024
1 parent 7c8a607 commit d98a86f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ubuntu-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ jobs:
# ----------------------------------------------------------------

- name: clone xo-refcnt
- name: clone xo-flatstring
uses: actions/checkout@v3
with:
repository: Rconybea/refcnt
path: repo/xo-refcnt
repository: Rconybea/xo-flatstring
path: repo/xo-flatstring

- name: build xo-refcnt
- name: build xo-flatstring
run: |
XONAME=xo-refcnt
XONAME=xo-flatstring
XOSRC=repo/${XONAME}
BUILDDIR=${{github.workspace}}/build_${XONAME}
PREFIX=${{github.workspace}}/local
Expand All @@ -149,15 +149,15 @@ jobs:
# ----------------------------------------------------------------

- name: clone xo-subsys
- name: clone xo-randomgen
uses: actions/checkout@v3
with:
repository: Rconybea/subsys
path: repo/xo-subsys
repository: Rconybea/randomgen
path: repo/xo-randomgen

- name: build xo-subsys
- name: build xo-randomgen
run: |
XONAME=xo-subsys
XONAME=xo-randomgen
XOSRC=repo/${XONAME}
BUILDDIR=${{github.workspace}}/build_${XONAME}
PREFIX=${{github.workspace}}/local
Expand All @@ -184,15 +184,15 @@ jobs:
# ----------------------------------------------------------------

- name: clone xo-reflect
- name: clone xo-ratio
uses: actions/checkout@v3
with:
repository: Rconybea/reflect
path: repo/xo-reflect
repository: Rconybea/xo-ratio
path: repo/xo-ratio

- name: build xo-reflect
- name: build xo-ratio
run: |
XONAME=xo-reflect
XONAME=xo-ratio
XOSRC=repo/${XONAME}
BUILDDIR=${{github.workspace}}/build_${XONAME}
PREFIX=${{github.workspace}}/local
Expand Down

0 comments on commit d98a86f

Please sign in to comment.