Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed May 16, 2024
1 parent d608591 commit 86035f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ runs:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test &&
sudo apt-get update &&
sudo apt-get install --only-upgrade libstdc++6
if: steps.platform.outputs.id == 'linux' && (steps.platform.outputs.target_id == 'android32' || stepts.platform.outputs.target_id == 'android64')
if: steps.platform.outputs.id == 'linux' && (steps.platform.outputs.target_id == 'android32' || steps.platform.outputs.target_id == 'android64')

- name: Update LLVM
if: steps.platform.outputs.id == 'win'
Expand Down

0 comments on commit 86035f5

Please sign in to comment.