diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 89919c6..753ead0 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -9,8 +9,6 @@ jobs: desktop-build: name: Desktop Build and Style Check runs-on: ubuntu-latest - env: - RUSTDOCFLAGS: "-D warnings" steps: - name: Checkout sources uses: actions/checkout@v2 @@ -45,6 +43,8 @@ jobs: web-build: name: WASM Build, Docs Build, and Web Deploy runs-on: ubuntu-latest + env: + RUSTDOCFLAGS: "-D warnings" steps: - name: Checkout sources uses: actions/checkout@v2