feat: make cargo build work on github actions

This commit is contained in:
Dheepak Krishnamurthy 2023-07-02 09:49:37 -04:00
parent ad230beb5d
commit 21b7bc36b2

View file

@ -110,18 +110,18 @@ jobs:
toolchain: stable
override: true
# - name: Build
# uses: actions-rs/cargo@v1
# with:
# command: build
# args: --release
- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --release
# - name: Publish
# uses: actions-rs/cargo@v1
# with:
# command: publish
# env:
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Publish
uses: actions-rs/cargo@v1
with:
command: publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
homebrew:
name: Bump Homebrew formula