From: Marc Fehling Date: Wed, 23 Oct 2024 12:59:49 +0000 (+0200) Subject: Update linux workflow. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F204%2Fhead;p=code-gallery.git Update linux workflow. --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ff73fef..95e0319 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -38,7 +38,7 @@ jobs: - name: Install preCICE run: | - wget -O libprecice.deb https://github.com/precice/precice/releases/download/v3.0.0/libprecice3_3.0.0_${{ matrix.ubuntu_version }}.deb + wget -O libprecice.deb https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_${{ matrix.ubuntu_version }}.deb apt-get -y install ./libprecice.deb - name: Install XBraid @@ -78,7 +78,7 @@ jobs: - name: Create issue about failure if: failure() && github.event_name == 'schedule' - uses: JasonEtco/create-an-issue@v2.9.1 + uses: JasonEtco/create-an-issue@v2.9.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: