diff options
Diffstat (limited to '.github/workflows/openwrt-ci-pull-request.yml')
-rw-r--r-- | .github/workflows/openwrt-ci-pull-request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/openwrt-ci-pull-request.yml b/.github/workflows/openwrt-ci-pull-request.yml index e6be980..483f083 100644 --- a/.github/workflows/openwrt-ci-pull-request.yml +++ b/.github/workflows/openwrt-ci-pull-request.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@v2 - name: Out of tree build with OpenWrt ${{ matrix.sdk_platform }} SDK - uses: ynezz/gh-actions-openwrt-ci-sdk@v0.0.1 + uses: ynezz/gh-actions-openwrt-ci-sdk@v0.0.2 env: CI_TARGET_SDK_RELEASE: master CI_TARGET_SDK_IMAGE: ${{ matrix.sdk_platform }} |