Skip to content

Commit

Permalink
fix build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Jun 11, 2024
1 parent bfb8f81 commit 09a5d4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
keys-asc: https://apt.llvm.org/llvm-snapshot.gpg.key
- name: git clone
uses: myci-actions/checkout@master
- name: prepare debian package
run: myci-deb-prepare.sh
# - name: prepare debian package
# run: myci-deb-prepare.sh
- name: install deps
run: myci-deb-install-build-deps.sh
- name: build
Expand Down Expand Up @@ -86,8 +86,8 @@ jobs:
apt --quiet install --assume-yes devscripts equivs
- name: git clone
uses: myci-actions/checkout@master
- name: prepare debian package
run: myci-deb-prepare.sh
# - name: prepare debian package
# run: myci-deb-prepare.sh
- name: install deps
run: myci-deb-install-build-deps.sh
- name: build
Expand Down

0 comments on commit 09a5d4e

Please sign in to comment.