Skip to content

Commit

Permalink
fixed builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Nov 4, 2023
1 parent 26d6d14 commit 72c0692
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 @@ -2,7 +2,7 @@ name: Package-Build
on: [push, pull_request]
jobs:
Lint:
runs-on: macos-11
runs-on: ubuntu-20.04

steps:
- name: Checkout
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Install deps (amd64)
run: |
sudo apt-get update
sudo apt-get install libarchive-tools zsh
sudo apt-get install libarchive-tools zsh python3-distutils
- name: Install npm_modules (amd64)
run: |
Expand Down

0 comments on commit 72c0692

Please sign in to comment.