Skip to content

Commit

Permalink
Merge pull request #182 from yardasol/yardasol-ci-patch-3
Browse files Browse the repository at this point in the history
Fix broken actions (again)
  • Loading branch information
abachma2 authored Jan 10, 2023
2 parents beb9b1d + c69cbe9 commit 2283468
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cache-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
with:
repository: openmc-dev/openmc
path: openmc
submodules: recursive

- name: Build OpenMC from source if no cache if found
if: steps.dependencies-cache.outputs.cache-hit != 'true'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-saltproc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
with:
repository: openmc-dev/openmc
path: openmc
submodules: recursive

- name: Build OpenMC from source if no cache is found
if: steps.dependencies-cache.outputs.cache-hit != 'true'
Expand Down
1 change: 1 addition & 0 deletions tools/ci/build-openmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -ex

# Build openmc
cd openmc
./tools/ci/gha-install-mcpl.sh
python tools/ci/gha-install.py

# Create the caching folder
Expand Down

0 comments on commit 2283468

Please sign in to comment.