Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oligamiq committed Dec 18, 2023
1 parent 3cc90cc commit b8f6554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [1.68.0, stable, beta, nightly]
prefix: [pc_run]
fail-fast: false
runs-on: ${{ matrix.os }}
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
Expand All @@ -30,8 +31,10 @@ jobs:
run: |
cargo build --release
sudo target/release/pc > ${{ matrix.os }}-${{ matrix.version }}-release-run.log
cat ${{ matrix.os }}-${{ matrix.version }}-release-run.log
cargo build
sudo target/debug/pc > ${{ matrix.os }}-${{ matrix.version }}-debug-run.log
cat ${{ matrix.os }}-${{ matrix.version }}-debug-run.log
working-directory: ./examples/common
- name: Upload log release on run
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion rust/macos/objc/nick_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::ffi::CStr;
use std::fmt::Debug;
use std::fmt::Formatter;
use std::os::unix::ffi::OsStrExt;
use std::os::unix::process::CommandExt;
// use std::os::unix::process::CommandExt;
use std::sync::Arc;
use std::sync::RwLock;

Expand Down

0 comments on commit b8f6554

Please sign in to comment.