We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff28ecb commit 3cda3fbCopy full SHA for 3cda3fb
1 file changed
.github/workflows/release.yml
@@ -71,7 +71,10 @@ jobs:
71
72
build-web:
73
runs-on:
74
- - codebuild-defguard-proxy-runner-${{ github.run_id }}-${{ github.run_attempt }}
+ # - codebuild-defguard-proxy-runner-${{ github.run_id }}-${{ github.run_attempt }}
75
+ - self-hosted
76
+ - Linux
77
+ - X64
78
79
steps:
80
- name: Checkout
@@ -124,6 +127,11 @@ jobs:
124
127
echo Version: $VERSION
125
128
echo "VERSION=$VERSION" >> $GITHUB_ENV
126
129
130
+ - name: Checkout
131
+ uses: actions/checkout@v6
132
+ with:
133
+ submodules: recursive
134
+
135
- name: Install Rust stable
136
if: matrix.build == 'linux'
137
uses: dtolnay/rust-toolchain@stable
0 commit comments