Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: python ./src/devel/bin/mcpldevtool nprocs --enable-github-parallel

- name: FreeBSD
uses: cross-platform-actions/action@be3d7e9ff5c8770b9c51b1a8c8c5446e1cad7cf9
uses: cross-platform-actions/action@5ea7e8e4677bd726033a10b094ba1c5762b15dee

with:
environment_variables: CMAKE_BUILD_PARALLEL_LEVEL CTEST_PARALLEL_LEVEL
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: python ./src/devel/bin/mcpldevtool nprocs --enable-github-parallel

- name: FreeBSD
uses: cross-platform-actions/action@be3d7e9ff5c8770b9c51b1a8c8c5446e1cad7cf9
uses: cross-platform-actions/action@5ea7e8e4677bd726033a10b094ba1c5762b15dee
with:
environment_variables: CMAKE_BUILD_PARALLEL_LEVEL CTEST_PARALLEL_LEVEL
operating_system: freebsd
Expand Down
Loading