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:
PatrykHegenberg 2024-04-26 20:52:01 +02:00 committed by GitHub
parent bfc4ad259d
commit 4b9b3aeaeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: