Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Duron27 authored Dec 8, 2023
1 parent 3d19798 commit 8123b23
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ jobs:
build:
strategy:
matrix:
arch: [arm, arm64, x86, x86_64]
arch: [arm64]

runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

env:
CMAKE_VERSION: 3.18.4
CMAKE_VERSION: 3.19.7

steps:
- uses: actions/checkout@v3

- name: Install dependencies
run: |
sudo apt-get install -y build-essential gcc-multilib python unzip pkg-config p7zip-full
sudo apt-get update
sudo apt-get install -y build-essential gcc-multilib python unzip pkg-config p7zip-full ccache
cd /home/runner/
wget https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-Linux-x86_64.tar.gz
tar xvf cmake-$CMAKE_VERSION-Linux-x86_64.tar.gz
Expand Down Expand Up @@ -59,4 +60,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ env.symbols_file }}
path: ${{ env.symbols_file }}.7z
path: ${{ env.symbols_file }}.7z

0 comments on commit 8123b23

Please sign in to comment.