File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v3
1414
15+ - name : Workaround github issue https://github.com/actions/runner-images/issues/7192
16+ if : startsWith(matrix.os, 'ubuntu-')
17+ run : sudo echo RESET grub-efi/install_devices | sudo debconf-communicate grub-pc
18+
1519 - name : Install required system packages for macOS
1620 if : startsWith(matrix.os, 'macos-')
1721 run : |
Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v3
1111
12+ - name : Workaround github issue https://github.com/actions/runner-images/issues/7192
13+ run : sudo echo RESET grub-efi/install_devices | sudo debconf-communicate grub-pc
14+
1215 - name : Install required system packages only for Ubuntu Linux
1316 run : |
1417 sudo apt-get update
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v3
1717
18+ - name : Workaround github issue https://github.com/actions/runner-images/issues/7192
19+ run : sudo echo RESET grub-efi/install_devices | sudo debconf-communicate grub-pc
20+
1821 # Use GitHub's Docker registry to cache intermediate layers
1922 - run : echo ${{ secrets.GITHUB_TOKEN }} | docker login docker.pkg.github.com -u $GITHUB_ACTOR --password-stdin
2023 - run : docker pull docker.pkg.github.com/$GITHUB_REPOSITORY/aleph-sdk-python-build-cache || true
You can’t perform that action at this time.
0 commit comments