1
0
mirror of https://github.com/TaKO8Ki/gobang.git synced 2021-09-19 22:32:56 +03:00

install cargo-workspaces (#77)

This commit is contained in:
Takayuki Maeda
2021-09-08 11:05:17 +09:00
committed by GitHub
parent 69ec8b232b
commit ce1ea291d2

View File

@@ -133,6 +133,12 @@ jobs:
needs: release
steps:
- uses: actions/checkout@v1
- name: Install cargo-workspaces
uses: actions-rs/install@v0.1
with:
crate: cargo-workspaces
- name: Cargo publish
run: |
git config --global user.email "runner@gha.local"