Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 2, 2024
1 parent 6dae73e commit 83c2f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/timbl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
run: sudo make install
continue-on-error: true
- name: get status install
if: ${{ steps.install.outcome != 'success' }}
if: ${{ env.action_status == '' && steps.install.outcome != 'success' }}
run: echo "action_status=install" >> $GITHUB_ENV
- name: make check
id: check
Expand Down

0 comments on commit 83c2f23

Please sign in to comment.