Skip to content

Commit

Permalink
Fix CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tgotwig committed Nov 28, 2023
1 parent 2d80527 commit 3b9325f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
wget https://evermeet.cx/ffmpeg/get/zip -qO ffmpeg.zip
unzip ffmpeg.zip
- name: ⬇️ Install task
run: brew install go-task/tap/go-task

- name: 🕵️ Run tests
run: task test
Ubuntu:
Expand All @@ -50,6 +53,9 @@ jobs:
- name: ⬇️ Install ffmpeg
run: sudo apt install -y ffmpeg

- name: ⬇️ Install task
run: sudo apt install -y task

- name: 🕵️ Run tests
run: task test
Windows:
Expand Down

0 comments on commit 3b9325f

Please sign in to comment.