diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d14d59f..f5c6131 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -156,7 +156,7 @@ jobs: target: ${{ matrix.target }} - name: Install OpenSSl id: install_openssl - run: apt-get install libssl-dev openssl + run: sudo apt-get install -y libssl-dev openssl - name: 🗂 Set up cargo cache id: setup_cache_step uses: actions/cache@v3 @@ -223,7 +223,7 @@ jobs: target: ${{ matrix.target }} - name: Install OpenSSl id: install_openssl - run: apt-get install libssl-dev openssl + run: sudo apt-get install -y libssl-dev openssl - name: 🗂 Set up cargo cache id: setup_cache_step uses: actions/cache@v3