move cleanup after code checkout

This commit is contained in:
edoapra 2023-10-25 10:14:55 -07:00
parent d2307966fb
commit bf6f4591f4
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -18,17 +18,17 @@ jobs:
(!contains(github.event.head_commit.message, 'ci skip'))
runs-on: ubuntu-latest
steps:
- name: pkg cleanup
run: |
ls -lrt
ls -lrt || true
./travis/pkg_cleanup.sh
shell: bash
- name: Checkout code
uses: actions/checkout@v4
with:
show-progress:
fetch-depth: 1
- name: pkg cleanup
run: |
ls -lrt
ls -lrt travis || true
./travis/pkg_cleanup.sh
shell: bash
- name: check
run: |
./travis/check_64_to_32.sh