@@ -280,31 +280,31 @@ jobs:
280280 # renode-revision: ${{ inputs.renode_gitrev || 'master' }}
281281 renode-revision : 90242-add-windows
282282
283- - name : Install dependencies
284- shell : bash
285- run : |
286- if [ "${{ runner.os }}" = "Linux" ]; then
287- sudo apt-get -qqy update
288- sudo apt-get install -qqy cmake
289- elif [ "${{ runner.os }}" = "Windows" ]; then
290- choco feature enable -n allowGlobalConfirmation
291- choco install cmake openssl
292- else
293- echo "Unknown runner!"
294- exit 1
295- fi
296-
297- - name : Add OpenSSL to PATH (Windows)
298- if : runner.os == 'Windows'
299- shell : bash
300- run : |
301- OPENSSL_BIN="/mingw64/bin/openssl"
302- echo "Adding $OPENSSL_BIN to PATH"
303- echo "PATH=$PATH:$OPENSSL_BIN" >> $GITHUB_ENV
283+ # - name: Install dependencies
284+ # shell: bash
285+ # run: |
286+ # if [ "${{ runner.os }}" = "Linux" ]; then
287+ # sudo apt-get -qqy update
288+ # sudo apt-get install -qqy cmake
289+ # elif [ "${{ runner.os }}" = "Windows" ]; then
290+ # choco feature enable -n allowGlobalConfirmation
291+ # choco install cmake openssl
292+ # else
293+ # echo "Unknown runner!"
294+ # exit 1
295+ # fi
296+
297+ # - name: Add OpenSSL to PATH (Windows)
298+ # if: runner.os == 'Windows'
299+ # shell: bash
300+ # run: |
301+ # OPENSSL_BIN="/mingw64/bin/openssl"
302+ # echo "Adding $OPENSSL_BIN to PATH"
303+ # echo "PATH=$PATH:$OPENSSL_BIN" >> $GITHUB_ENV
304304
305- which openssl
306- openssl version
307- ls "/mingw64/bin/openssl"
305+ # which openssl
306+ # openssl version
307+ # ls "/mingw64/bin/openssl"
308308
309309 - name : Run tests
310310 shell : bash
0 commit comments