Skip to content

Commit 0ae79ac

Browse files
committed
1.19.6をインストールするように
1 parent ab43c97 commit 0ae79ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,14 @@ jobs:
2929
-
3030
name: Install golang
3131
run: |
32-
sudo add-apt-repository ppa:longsleep/golang-backports -y
33-
sudo apt update
34-
sudo apt install -y golang
32+
curl https://go.dev/dl/go1.19.6.linux-amd64.tar.gz -Ls | sudo tar xzf - -C /usr/local/
3533
-
3634
name: Checkout
3735
uses: actions/checkout@v2
3836
-
3937
name: Build
4038
run: |
39+
export PATH=$PATH:/usr/local/go/bin
4140
git clone https://github.com/cloudflare/cloudflared -b ${{needs.check.outputs.ver}} ../src
4241
cd ../src
4342
GOOS=linux GOARCH=mipsle GOMIPS=softfloat make cloudflared

0 commit comments

Comments
 (0)