File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 99 apply :
1010 description : apply. Specify whether the actual release should be performed or not
1111 type : boolean
12+ pull_request :
1213permissions : {}
1314jobs :
1415 build :
5354
5455 - name : Install cross
5556 if : matrix.os == 'ubuntu-latest'
56- uses : taiki-e/install-action@dffcc4dd22f40f81140c10e7529f6d98c0728621 # cross
57+ run : cargo install cross
5758
5859 - name : Build with Cargo
5960 if : matrix.os != 'ubuntu-latest'
8283 runs-on : ubuntu-latest
8384 needs : build
8485 steps :
86+ - run : exit 1
8587 - run : sudo apt-get update --yes && sudo apt-get install --yes --no-install-recommends libx11-xcb-dev libxcb-shape0-dev libxcb-xfixes0-dev
8688
8789 - uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
You can’t perform that action at this time.
0 commit comments