Skip to content

Commit

Permalink
add a lib path for test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Dec 3, 2021
1 parent b9bf0a5 commit 4b444c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Cache Libraries
uses: actions/cache@v2
with:
path: ${{github.workspace}}/libs
key: x64-libs-cache-210923

- name: Setup Test Framework
run: "tools/setup_test_framework.bat"

Expand Down

0 comments on commit 4b444c3

Please sign in to comment.