Skip to content

Commit 691c610

Browse files
committed
Add workflow to test n-1 static loader from main with dynamic loader from PR
Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
1 parent e6e7e43 commit 691c610

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-quick-static-n-1.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
if: github.repository_owner == 'oneapi-src'
1414
runs-on: ubuntu-latest
1515
steps:
16+
# Install ccache for faster builds
17+
- name: Install ccache
18+
run: sudo apt-get update && sudo apt-get install -y ccache
19+
1620
# Checkout PR branch (dynamic loader source)
1721
- uses: actions/checkout@v3
1822
with:

0 commit comments

Comments
 (0)