1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Fix timeout issue for Github action Docker Compile Ubuntu x86-64 & arm64 (#501)

* fix gh action timeout; delete old actions;

* fix gh action timeout; delete old actions;
This commit is contained in:
neodiX42 2022-10-27 08:13:50 +02:00 committed by GitHub
parent 6e8df7bcb2
commit caa52c98d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 21 additions and 199 deletions

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v1