Skip to content

Commit

Permalink
Update ecmech action.yml
Browse files Browse the repository at this point in the history
Should hopefully fix the tmp CI job failures by pinning to last compatible version of ecmech
  • Loading branch information
rcarson3 authored Dec 10, 2024
1 parent 88e7884 commit ce810d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ecmech/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
steps:
- name: Install ECMech
run: |
git clone --single-branch --branch develop --depth 1 ${{ inputs.ecmech-repo }} ${{ inputs.ecmech-dir }};
git clone --single-branch --branch v0.3.4 --depth 1 ${{ inputs.ecmech-repo }} ${{ inputs.ecmech-dir }};
cd ${{ inputs.ecmech-dir }};
git submodule init;
git submodule update;
Expand All @@ -32,4 +32,4 @@ runs:
-DCMAKE_BUILD_TYPE=Release
make -j3;
make install;
shell: bash
shell: bash

0 comments on commit ce810d2

Please sign in to comment.