We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c6a45 commit c15f96dCopy full SHA for c15f96d
.github/workflows/check_poc.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Prepare
14
run: |
15
cd $GITHUB_WORKSPACE && \
16
- wget -nv https://github.com/chaitin/xray/releases/download/0.20.0/xray_linux_amd64.zip && \
+ wget -nv https://github.com/chaitin/xray/releases/download/1.6.0/xray_linux_amd64.zip && \
17
pip3 install yamllint && \
18
unzip xray_linux_amd64.zip && \
19
echo 'update:
0 commit comments