diff --git a/.github/workflows/unit_tests-aarch64-darwin.yaml b/.github/workflows/unit_tests-aarch64-darwin.yaml index 4f37359..c2b3fed 100644 --- a/.github/workflows/unit_tests-aarch64-darwin.yaml +++ b/.github/workflows/unit_tests-aarch64-darwin.yaml @@ -21,7 +21,7 @@ jobs: uses: Homebrew/actions/setup-homebrew@master - name: Install dependencies - run: brew tap slp/krun && brew install virglrenderer clang-format libkrun + run: brew tap libkrun/krun && brew trust libkrun/krun && brew install virglrenderer clang-format libkrun - name: Build run: cargo build --release --verbose diff --git a/Cargo.toml b/Cargo.toml index 244914e..8fd0b90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krunkit" -version = "1.2.1" +version = "1.2.2" authors = ["The krunkit Authors"] edition = "2021" description = "CLI tool to start VMs with libkrun" diff --git a/src/timesync.rs b/src/timesync.rs index b2cf6b6..faa75aa 100644 --- a/src/timesync.rs +++ b/src/timesync.rs @@ -8,7 +8,7 @@ use std::time::SystemTime; use std::time::UNIX_EPOCH; use core_foundation::runloop::{ - kCFRunLoopCommonModes, CFRunLoopAddSource, CFRunLoopGetCurrent, CFRunLoopRun, __CFRunLoopSource, + __CFRunLoopSource, kCFRunLoopCommonModes, CFRunLoopAddSource, CFRunLoopGetCurrent, CFRunLoopRun, }; use objc2_io_kit::{ io_object_t, io_service_t, kIOMessageSystemHasPoweredOn, kIOMessageSystemWillPowerOn,