Skip to content

Commit

Permalink
🪟 Enable Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tgotwig committed Jan 7, 2024
1 parent 0b58c9b commit e33af8e
Showing 1 changed file with 23 additions and 24 deletions.
47 changes: 23 additions & 24 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,27 +60,26 @@ jobs:
- name: 🕵️ Run tests
run: task test
# TODO - setup self-hosted for that
# Windows:
# runs-on: self-hosted
# name: 🏳️‍🌈 Windows
# steps:
# - name: 🚀 actions/checkout@v2
# uses: actions/checkout@v2

# - name: ⬇️ Install chocolatey
# uses: crazy-max/ghaction-chocolatey@v1
# with:
# args: -h

# - name: ⬇️ Install yt-dlp
# run: choco install yt-dlp

# - name: ⬇️ Install ffmpeg
# run: choco install ffmpeg

# - name: ⬇️ Install task
# run: choco install go-task

# - name: 🕵️ Run tests
# run: task test
Windows:
runs-on: self-hosted
name: 🏳️‍🌈 Windows
steps:
- name: 🚀 actions/checkout@v2
uses: actions/checkout@v2

- name: ⬇️ Install chocolatey
uses: crazy-max/ghaction-chocolatey@v1
with:
args: -h

- name: ⬇️ Install yt-dlp
run: choco install yt-dlp

- name: ⬇️ Install ffmpeg
run: choco install ffmpeg

- name: ⬇️ Install task
run: choco install go-task

- name: 🕵️ Run tests
run: task test

0 comments on commit e33af8e

Please sign in to comment.