aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-04-12 23:13:20 +0800
committercrupest <crupest@outlook.com>2021-04-12 23:13:20 +0800
commit439c1a173c6609569ee2546184ad4e98ba886206 (patch)
tree7326a355d02eaf853b40a6827f31997cae944d29 /.github/workflows
parent01bbdbe1420c1da4e9bd9595582a9e2d97f32a85 (diff)
downloadcru-439c1a173c6609569ee2546184ad4e98ba886206.tar.gz
cru-439c1a173c6609569ee2546184ad4e98ba886206.tar.bz2
cru-439c1a173c6609569ee2546184ad4e98ba886206.zip
...
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d970e264..b461e3d3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,6 @@ jobs:
matrix:
buildConfiguration: [Debug, Release]
architecture: [x86, x64]
- fail-fast: true
steps:
- uses: actions/checkout@v2