Skip to content

Commit

Permalink
Simpler version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Stolz committed Sep 26, 2024
1 parent bf81a5b commit 0d7c500
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,10 @@ jobs:
- armv7-unknown-linux-gnueabihf # Linux ARM 32-bit

steps:
- name: Set up environment for OpenSSL
if: matrix.os == 'ubuntu-22.04'
run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config

- name: Checkout source
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ matrix.target }}
override: true

- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --release --target ${{ matrix.target }}

run: cargo build --verbose
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/rust.yml

This file was deleted.

0 comments on commit 0d7c500

Please sign in to comment.