Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
As reported by @devintrowbridge, checkouts with `:` do not work in Windows. A file renaming is the correct answer.
  • Loading branch information
ooxi committed Apr 21, 2023
1 parent d434182 commit 2cb2dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- uses: actions/checkout@v2

- name: Build and Test
run: npx --package mini-cross@0.15.2 mc --no-tty ubuntu:22.04 .mc/rebuild.sh
run: npx --package mini-cross@0.15.2 mc --no-tty ubuntu-22.04 .mc/rebuild.sh

0 comments on commit 2cb2dca

Please sign in to comment.