Skip to content

Commit

Permalink
fix CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem V. Ageev committed Apr 1, 2024
1 parent 24f06b6 commit 0bb67d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- name: Download deps
run: |
set-euo pipefail
set -euo pipefail
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get update
sudo apt-get install -y lib{pango1.0,x11,xext,xft,xinerama,mpv}-dev\
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: seanmiddleditch/gha-setup-ninja@master
- name: build cfltk
run: |
set-euo pipefail
set -euo pipefail
git clone https://github.com/MoAlyousef/cfltk
pushd cfltk || return 1
git submodule update --init --recursive
Expand Down

0 comments on commit 0bb67d5

Please sign in to comment.