Skip to content

Commit

Permalink
try to bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
ebknudsen committed Sep 5, 2024
1 parent 1cb4ffd commit beced46
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build_from_source_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,20 @@ jobs:
CC: ${{ matrix.CC }}
CXX: ${{ matrix.CXX }}
steps:
- name: bootstrap debians
run: |
echo ${{ matrix.os }}
sudo apt-get -y update
sudo apt-get dist-upgrade
sudo apt-get install git build-essentials
if: ${{ matrix.os == 'Debian11' || matrix.os == 'Debian12' }}
- name: checkout_main_repo
uses: actions/checkout@v3
with:
repository: 'openmsr/openmc_install_scripts'
ref: '${{github.sha}}'
path: openmc_install_scripts
submodules: true
- name: bootstrap_ubuntu22.04
run: |
echo ${{ matrix.os }}
sudo apt-get -y update
if: ${{ matrix.os }} == 'ubuntu-22.04'
- name: moab-install
run: |
cd openmc_install_scripts/${{ matrix.os }}
Expand Down

0 comments on commit beced46

Please sign in to comment.