Skip to content

Commit 937cd7b

Browse files
committed
Install cross directly
1 parent fea1cf6 commit 937cd7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
apply:
1010
description: apply. Specify whether the actual release should be performed or not
1111
type: boolean
12+
pull_request:
1213
permissions: {}
1314
jobs:
1415
build:
@@ -53,7 +54,7 @@ jobs:
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'
@@ -82,6 +83,7 @@ jobs:
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

0 commit comments

Comments
 (0)