Skip to content

Commit 3cda3fb

Browse files
committed
fix
1 parent ff28ecb commit 3cda3fb

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ jobs:
7171

7272
build-web:
7373
runs-on:
74-
- codebuild-defguard-proxy-runner-${{ github.run_id }}-${{ github.run_attempt }}
74+
# - codebuild-defguard-proxy-runner-${{ github.run_id }}-${{ github.run_attempt }}
75+
- self-hosted
76+
- Linux
77+
- X64
7578

7679
steps:
7780
- name: Checkout
@@ -124,6 +127,11 @@ jobs:
124127
echo Version: $VERSION
125128
echo "VERSION=$VERSION" >> $GITHUB_ENV
126129
130+
- name: Checkout
131+
uses: actions/checkout@v6
132+
with:
133+
submodules: recursive
134+
127135
- name: Install Rust stable
128136
if: matrix.build == 'linux'
129137
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)