Point grpc.yml to the wolfssl repo

This commit is contained in:
Juliusz Sosinowicz
2024-05-16 21:26:10 +02:00
parent 76aba42bfa
commit e4f20aff8b

View File

@ -49,7 +49,7 @@ jobs:
name: ${{ matrix.ref }} name: ${{ matrix.ref }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
# This should be a safe limit for the tests to run. # This should be a safe limit for the tests to run.
timeout-minutes: 60 timeout-minutes: 30
needs: build_wolfssl needs: build_wolfssl
steps: steps:
- name: Confirm IPv4 and IPv6 support - name: Confirm IPv4 and IPv6 support
@ -70,10 +70,8 @@ jobs:
- name: Checkout OSP - name: Checkout OSP
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
# TODO point to wolf repo once merged repository: wolfssl/osp
repository: julek-wolfssl/osp
path: osp path: osp
ref: grpc-update
- name: Checkout grpc - name: Checkout grpc
uses: actions/checkout@v4 uses: actions/checkout@v4