Merge pull request #801 from Kethku/fix-build-m1

Fix build m1
macos-click-through
partizan 3 years ago committed by GitHub
commit 305f791b31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -139,7 +139,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get install -y curl gnupg ca-certificates git gcc-multilib g++-multilib cmake libssl-dev pkg-config libfreetype6-dev libasound2-dev libexpat1-dev libxcb-composite0-dev libbz2-dev freeglut3-dev libxi-dev
- name: Check Formatting
run: |
cargo fmt --all -- --check
@ -194,7 +194,7 @@ jobs:
- name: Install Neovim
run: |
brew install neovim
arch -arm64 brew install neovim
- name: Test
env:

@ -1,6 +1,8 @@
name: Snap
on: [push]
on:
push:
branches: [ main ]
jobs:
snap:
@ -9,12 +11,12 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- uses: snapcore/action-build@v1
env:
SNAPCRAFT_BUILD_ENVIRONMENT_MEMORY: 6G
id: snapcraft
- uses: actions/upload-artifact@v2
with:
name: snap

Loading…
Cancel
Save