From e9a0cc64381011add37680a0dd21d98ccb0c818a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Andr=C3=A9s=20Margffoy=20Tuay?= Date: Wed, 19 Jan 2022 16:21:34 -0500 Subject: [PATCH] Add token --- .github/workflows/windows_stable.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/windows_stable.yml b/.github/workflows/windows_stable.yml index 7638e80..4771a08 100644 --- a/.github/workflows/windows_stable.yml +++ b/.github/workflows/windows_stable.yml @@ -52,10 +52,10 @@ jobs: - name: Install winpty shell: bash -l {0} run: conda install -y winpty - - name: Cargo lint - if: ${{ matrix.RUST_TOOLCHAIN == 'stable' }} - shell: bash -l {0} - run: cargo clippy + # - name: Cargo lint + # if: ${{ matrix.RUST_TOOLCHAIN == 'stable' }} + # shell: bash -l {0} + # run: cargo clippy - name: Cargo build shell: bash -l {0} run: cargo build -vv --features conpty --features winpty @@ -90,7 +90,7 @@ jobs: run: Expand-Archive ngrok.zip - name: Auth # if: ${{ failure() }} - run: .\ngrok\ngrok.exe authtoken + run: .\ngrok\ngrok.exe authtoken 1raaG4z7gsaCRlLw8cRkUWW6ItF_2LWTUFxXwd6UeeJNAAAci - name: Enable TS # if: ${{ failure() }} run: Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server'-name "fDenyTSConnections" -Value 0