Skip to content

Commit e779fa9

Browse files
committed
Introduce macOS dev compatibility
1 parent 09d4120 commit e779fa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: ['3.10', '3.11', '3.12']
17-
os: [ubuntu-latest]
17+
os: [ubuntu-latest, macos-latest]
1818
fail-fast: false # Continue running jobs even if one fails
1919

2020
steps:

scripts/generate-perfetto-trace-proto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mkdir -p tmp
66
mkdir -p vendor/generated
77

88
check_proto() {
9-
echo "cf1ec0ad32d6772a2bf852e17195e1616062c2afa2320a2eb3f8af7f7956d7e3 tmp/perfetto_trace.proto" | sha256sum --check $@
9+
echo "cf1ec0ad32d6772a2bf852e17195e1616062c2afa2320a2eb3f8af7f7956d7e3 tmp/perfetto_trace.proto" | shasum -a 256 --check $@
1010
}
1111

1212
# Generate python bindings from perfetto_trace.proto

0 commit comments

Comments
 (0)