Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed Sep 3, 2024
1 parent 693fda4 commit b8231e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/heat_transfer_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
timeout-minutes: 30

steps:
#- name: prepare container
# run: sudo apt-get -y update && sudo apt-get -y upgrade && sudo apt-get -y install libboost-all-dev
#- name: build preCICE
# uses: precice/setup-precice-action@main
# with:
# precice-version: develop
- name: prepare container
run: sudo apt-get -y update && sudo apt-get -y upgrade && sudo apt-get -y install libboost-all-dev
- name: build preCICE
uses: precice/setup-precice-action@main
with:
precice-version: develop
- uses: actions/checkout@v4
- name: Adjust user rights
run: |
Expand Down

0 comments on commit b8231e7

Please sign in to comment.