Skip to content

Commit

Permalink
Update github workflows (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleF83 authored Sep 29, 2021
1 parent 871add6 commit 8ef7e75
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- master
paths-ignore:
- README.md
workflow_dispatch:

jobs:
tests:
Expand All @@ -17,14 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install missing dependencies
run: sudo apt-get install ffmpeg

- name: install latest buildx
run: |
mkdir -p ~/.docker/cli-plugins &&
wget -O ~/.docker/cli-plugins/docker-buildx https://github.com/docker/buildx/releases/download/v0.4.2/buildx-v0.4.2.linux-amd64 &&
chmod a+x ~/.docker/cli-plugins/docker-buildx
- uses: actions/setup-node@v2-beta
with:
node-version: '14'
Expand Down

0 comments on commit 8ef7e75

Please sign in to comment.