Fix github-pages workflow

mdbook binary being used is a gnu target that depends on glibc
version. But glibc version is not match on ubuntu 18.04 since mdbook
v0.4.21 is building on ubuntu 20.04.
pull/151/head
d1t2 2 years ago committed by d1t2
parent 0e3e975bff
commit f2dedc59e5

@ -7,7 +7,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: sudo apt install linuxbrew-wrapper

Loading…
Cancel
Save