Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yaito3014 committed Aug 12, 2024
1 parent a627094 commit df2f794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set reusable strings
id: strings
shell: bash
run: >
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
echo "cxx-compiler=${{ matrix.compiler.cxx }}-${{ matrix.compiler.ver }}" >> "$GITHUB_OUTPUT"
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Setup GCC
if: matrix.compiler.cxx == 'g++'
run: sudo apt update && sudo apt install -y gcc-${{ matrix.compiler.ver }}
run: sudo apt update && sudo apt install -y g++-${{ matrix.compiler.ver }}

- name: Install Deps
run: sudo apt update && sudo apt install libboost-test-dev
Expand Down

0 comments on commit df2f794

Please sign in to comment.