Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir committed Sep 10, 2024
1 parent 19560f5 commit a5fceeb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/test-cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
pull_request:
branches: [main]

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
github-actions-runner-images:
strategy:
Expand Down Expand Up @@ -91,13 +87,18 @@ jobs:
- name: Docker exec
run: |
docker exec ${{ matrix.docker.node-name }} /bin/bash -c "
echo ---Debug architecture, pwd, ls--- &&
echo ---Debug uname -m--- &&
uname -m &&
echo ---Debug pwd--- &&
pwd &&
ls -al &&
echo ---Debug ls -l /clang-format--- &&
ls -l /clang-format &&
echo ---Chmod--- &&
chmod 755 /clang-format &&
ls -l /clang-format &&
echo ---Test--- &&
/clang-format --version
Expand Down

0 comments on commit a5fceeb

Please sign in to comment.