Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
y82t2z committed Dec 14, 2024
1 parent 426a520 commit db741a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: buildjet-32vcpu-ubuntu-2204
runs-on: buildjet-64vcpu-ubuntu-2204

steps:
- name: Checkout
Expand All @@ -19,7 +19,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}

- name: Download Tool
run: sudo apt update && sudo apt install libarchive-tools build-essential libncurses-dev bison flex libssl-dev binutils python3 ccache
run: sudo apt update && sudo apt install gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi libarchive-tools build-essential libncurses-dev bison flex libssl-dev binutils python3 ccache

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

0 comments on commit db741a5

Please sign in to comment.