Update publish.yml - removed windows and mac build to ensure linux is working
windows and mac processes have to be added after linux build is stable.
This commit is contained in:
parent
bfc4ad259d
commit
4b9b3aeaeb
1 changed files with 2 additions and 12 deletions
14
.github/workflows/publish.yml
vendored
14
.github/workflows/publish.yml
vendored
|
|
@ -17,23 +17,13 @@ jobs:
|
|||
os: ubuntu-latest
|
||||
artifact_name: caesar
|
||||
asset_name: caesar-linux-amd64
|
||||
- name: windows
|
||||
os: windows-latest
|
||||
artifact_name: caesar.exe
|
||||
asset_name: caesar-windows-amd64
|
||||
- name: macos
|
||||
os: macos-latest
|
||||
artifact_name: caesar
|
||||
asset_name: caesar-macos-amd64
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Protoc
|
||||
uses: arduino-libraries/arduino-protoc-action@v1
|
||||
with:
|
||||
protoc-version: '3.21.12'
|
||||
- name: Install deps
|
||||
run: sudo apt-get -y install protobuf-compiler
|
||||
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue