Skip to content

Commit

Permalink
Update build_and_test_debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse authored Dec 11, 2023
1 parent c804b83 commit 0c61a37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_and_test_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: 1.20.x

- name: Build Linux Client
run: npm run action electron/build linux
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: 1.20.x

- name: Build Windows Client
run: npm run action electron/build windows
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: 1.20.x

- name: Build Tun2Socks (required for Test OutlineAppleLib)
run: npm run action tun2socks/build macos
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: 1.20.x

- name: Build Tun2Socks (required for Test OutlineAppleLib)
run: npm run action tun2socks/build ios
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: 1.20.x

- name: Build Tun2Socks (required for Test OutlineAppleLib)
run: npm run action tun2socks/build maccatalyst
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: 1.20.x

- name: Install Java
uses: actions/[email protected]
Expand Down

0 comments on commit 0c61a37

Please sign in to comment.