GHA: Fix strip running and failing in gdextension web

This commit is contained in:
Serhii Snitsaruk 2024-02-15 12:05:12 +01:00
parent 69751260a6
commit b5247dda0f
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ jobs:
ls -R out/ ls -R out/
- name: Strip lib - name: Strip lib
if: matrix.opts.platform != 'windows' if: matrix.opts.platform != 'windows' && matrix.opts.platform != 'web'
run: | run: |
ls -l -R out/addons/limboai/bin/ ls -l -R out/addons/limboai/bin/
echo "---" echo "---"