Skip to content

Commit

Permalink
chore: Fix package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed Jun 20, 2022
1 parent b41cbd6 commit 2d641f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
uses: Swatinem/rust-cache@v1

- name: Install build dependencies
run: cargo install cargo-vcpkg

- name: Build dependencies
run: cargo vcpkg -v build
shell: bash
run: |
set -xeuo pipefail
brew update
brew install sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl2_ttf
- name: Publish Crate
uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
args: --features vcpkg
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d641f7

Please sign in to comment.