Skip to content

Commit

Permalink
Add token
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Jan 19, 2022
1 parent 56c7cde commit e9a0cc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/windows_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
run: Expand-Archive ngrok.zip
- name: Auth
# if: ${{ failure() }}
run: .\ngrok\ngrok.exe authtoken <ngrok token>
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
Expand Down

0 comments on commit e9a0cc6

Please sign in to comment.