Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Jul 9, 2024
1 parent b29960f commit 1ed9536
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/y-octo-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
fail-fast: false
matrix:
settings:
- target: x86_64-apple-darwin
host: macos-latest
# - target: aarch64-apple-darwin
# - target: x86_64-apple-darwin
# host: macos-latest
- target: aarch64-apple-darwin
host: macos-latest
- target: x86_64-pc-windows-msvc
host: windows-latest
# - target: aarch64-pc-windows-msvc
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
fail-fast: false
matrix:
settings:
- target: x86_64-apple-darwin
- target: aarch64-apple-darwin
host: macos-latest
- target: x86_64-unknown-linux-gnu
host: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions y-octo/src/doc/common/somr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ impl<T> From<Option<Somr<T>>> for Somr<T> {
}

pub trait FlattenGet<T> {
#[allow(dead_code)]
fn flatten_get(&self) -> Option<&T>;
}

Expand Down

0 comments on commit 1ed9536

Please sign in to comment.