Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into vrongmeal/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vrongmeal committed Dec 16, 2024
2 parents 9bbd8cf + ce24356 commit ea12675
Show file tree
Hide file tree
Showing 6 changed files with 161 additions and 176 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
- name: Set CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER
if: matrix.target == 'aarch64-unknown-linux-gnu'
run: echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
- name: rename the package to s2
shell: bash
run: sed -i.bak -E '/^\[package\]/,/^\[.*\]/ s/^name *= *"[^"]*"/name = "s2"/' Cargo.toml
- name: Build
run: cargo build --release --target ${{ matrix.target }}
- name: Create pem and certificate.der files
Expand Down
Loading

0 comments on commit ea12675

Please sign in to comment.