diff options
Diffstat (limited to '.github/workflows/openwrt-ci-master.yml')
-rw-r--r-- | .github/workflows/openwrt-ci-master.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/openwrt-ci-master.yml b/.github/workflows/openwrt-ci-master.yml index 77f2bfc..49385b4 100644 --- a/.github/workflows/openwrt-ci-master.yml +++ b/.github/workflows/openwrt-ci-master.yml @@ -46,7 +46,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 }} |