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

@ -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:

Loading…
Cancel
Save