aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bef51b3..feda01d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -50,7 +50,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- - name: Set up Clang
+ - id: setup
+ name: Set up Clang
uses: ./
with:
version: '${{ matrix.version }}'
@@ -59,7 +60,7 @@ jobs:
- name: Build foo.exe
uses: ./.github/actions/build-foo
with:
- version: '${{ matrix.version }}'
+ binary: '${{ steps.setup.outputs.clangxx }}'
- name: Run foo.exe
uses: ./.github/actions/run-foo
- name: Check cc/c++