Skip to content

Commit

Permalink
Fix CI 2, remove DragonflyBSD msrv too low
Browse files Browse the repository at this point in the history
  • Loading branch information
michalszmidt committed Mar 3, 2024
1 parent fbb81de commit a39b031
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 45 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release_dragonflybsd_amd64.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Release for DragonflyBSD amd64

on:
push:
tags:
- '*'
on: workflow_dispatch

env:
CARGO_TERM_COLOR: always
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/test_dragonflybsd_amd64.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test_illumos_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
pkg update
pkg help
pkg install openssl curl gnu-coreutils gcc13 pkg-config perl
curl https://sh.rustup.rs -sSf | bash - -- -y
. $HOME/.cargo/env
curl https://sh.rustup.rs -sSf | bash -s -- -y
. $HOME/.cargo/env
cargo install cargo-auditable cargo-audit
run: |
whoami
Expand Down

0 comments on commit a39b031

Please sign in to comment.