Skip to content

Commit

Permalink
no \t please
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 10, 2024
1 parent 36abd7e commit fe3ed67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actionstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
shell: bash
if: ${{ matrix.os == 'macos-latest' && matrix.compiler == 'g++-12' }}
run: |
echo "action_status=skip" >> $GITHUB_ENV
echo "action_details='c++ library issues'" >> $GITHUB_ENV
echo "action_status=skip" >> $GITHUB_ENV
echo "action_details='c++ library issues'" >> $GITHUB_ENV
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand Down

0 comments on commit fe3ed67

Please sign in to comment.