Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Jun 21, 2022
1 parent 9ccfec3 commit d1a9d94
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,31 +111,31 @@ jobs:
with:
name: "NAIVE-SHA256-${{ matrix.arch }} ${{ env.SHA256SUM }}"
path: sha256sum.txt
pingtunnel:
name: Native Build (PingTunnel)
runs-on: ubuntu-latest
needs:
- setup
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch Status
run: git submodule status 'plugin/pingtunnel/*' > pt_status
- name: PingTunnel Cache
id: cache
uses: actions/cache@v2
with:
path: |
plugin/pingtunnel/src/main/jniLibs
key: ${{ hashFiles('.github/workflows/*', 'bin/lib/pingtunnel/*', 'pt_status') }}
- name: Install Golang
uses: actions/setup-go@v2
if: steps.cache.outputs.cache-hit != 'true'
with:
go-version: 1.16
- name: Native Build
if: steps.cache.outputs.cache-hit != 'true'
run: ./run plugin pingtunnel
# pingtunnel:
# name: Native Build (PingTunnel)
# runs-on: ubuntu-latest
# needs:
# - setup
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# - name: Fetch Status
# run: git submodule status 'plugin/pingtunnel/*' > pt_status
# - name: PingTunnel Cache
# id: cache
# uses: actions/cache@v2
# with:
# path: |
# plugin/pingtunnel/src/main/jniLibs
# key: ${{ hashFiles('.github/workflows/*', 'bin/lib/pingtunnel/*', 'pt_status') }}
# - name: Install Golang
# uses: actions/setup-go@v2
# if: steps.cache.outputs.cache-hit != 'true'
# with:
# go-version: 1.16
# - name: Native Build
# if: steps.cache.outputs.cache-hit != 'true'
# run: ./run plugin pingtunnel
relaybaton:
name: Native Build (RelayBaton)
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion external/v2ray-core
Submodule v2ray-core updated 2 files
+6 −6 go.mod
+14 −11 go.sum
2 changes: 1 addition & 1 deletion library/core
Submodule core updated 3 files
+10 −11 go.mod
+18 −17 go.sum
+2 −2 init.sh
4 changes: 2 additions & 2 deletions sager.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PACKAGE_NAME=io.nekohasekai.sagernet
VERSION_NAME=0.8-rc02
VERSION_CODE=169
VERSION_NAME=0.8-rc03
VERSION_CODE=170

NAIVE_VERSION_NAME=102.0.5005.61-1
NAIVE_VERSION=16
Expand Down

0 comments on commit d1a9d94

Please sign in to comment.