Skip to content

Commit

Permalink
ci: 1.17.1 release (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibae authored Mar 17, 2024
1 parent 5d1a944 commit 70f38ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
name: CMake on Linux

on:
workflow_run:
workflows: ["Asset Cache"]
types:
- completed
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]

jobs:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/cmake-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
name: CMake on MacOS

on:
workflow_run:
workflows: ["Asset Cache"]
types:
- completed
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]

jobs:
Expand All @@ -32,7 +31,7 @@ jobs:
shell: bash
run: |
brew update
HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake onnxruntime boost openssl googletest
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake onnxruntime boost openssl googletest
- name: Cache test fixtures
id: cache-test-fixtures
Expand Down

0 comments on commit 70f38ac

Please sign in to comment.