Skip to content

Commit

Permalink
odd
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Castain <[email protected]>
  • Loading branch information
rhc54 committed Jan 8, 2025
1 parent e9bccc6 commit db6b826
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/builds-older.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
LDFLAGS=$libevent_ldflags
make -j
make install
cd examples
make hello
- name: Git clone PRRTE
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -83,6 +85,8 @@ jobs:
./configure --prefix=$RUNNER_TEMP/pmixinstall
make -j
make install
cd examples
make hello
- name: Git clone PRRTE
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -127,6 +131,8 @@ jobs:
CC=clang ./configure --prefix=$RUNNER_TEMP/pmixinstall
make -j
make install
cd examples
make hello
- name: Git clone PRRTE
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit db6b826

Please sign in to comment.