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 - name: Install Neovim
run: | run: |
brew install neovim arch -arm64 brew install neovim
- name: Test - name: Test
env: env:

@ -1,6 +1,8 @@
name: Snap name: Snap
on: [push] on:
push:
branches: [ main ]
jobs: jobs:
snap: snap:

Loading…
Cancel
Save