chore: update versions and remove caching code (#3030)

This commit is contained in:
Roman Gershman 2024-05-09 11:39:41 +03:00 committed by GitHub
parent 3dd6c4959c
commit b3c08a3eb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,17 +32,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Cache build deps
id: cache-deps
uses: actions/cache@v3
with:
path: |
${{github.workspace}}/${{ env.RELEASE_DIR }}/
!${{github.workspace}}/${{ env.RELEASE_DIR }}/CMakeCache.txt
key: ${{ runner.os }}-release-deps-${{ github.sha }}
#restore-keys: |
# ${{ runner.os }}-release-deps-
- uses: uraimo/run-on-arch-action@v2
name: Run commands
id: runcmd
@ -90,7 +79,7 @@ jobs:
echo finished
ls -al
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dragonfly-aarch64
path: |