Skip to content

Commit

Permalink
feat(github actions): first pass
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnksslr committed Oct 1, 2024
1 parent 1bd6151 commit d01dcee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
- os_name: Windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc
skip_tests: true

- os_name: Linux-x86_64
os: ubuntu-20.04
Expand Down Expand Up @@ -43,4 +42,3 @@ jobs:
with:
target: ${{ matrix.platform.target }}
executable-name: 'uv-migrator'
if: matrix.toolchain == 'stable'

0 comments on commit d01dcee

Please sign in to comment.