diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-05 08:03:12 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-05 08:03:12 +0100 |
commit | db81c07e1f1b85f3fd2ce5a14ef9d15a838e2cea (patch) | |
tree | a02318b329b38deb6b986ee9d3a1d97f2d1f74bd /.github/workflows/ci.yml | |
parent | 30ad9ca62d3e47f6f806538d7b733dbab67710f9 (diff) | |
download | weechat-db81c07e1f1b85f3fd2ce5a14ef9d15a838e2cea.zip |
core: rename script build-debian.sh to build_debian.sh
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5eef15f9f..5a9637e21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,10 +147,10 @@ jobs: sudo apt-get --yes --no-install-recommends install ${{ env.WEECHAT_DEPENDENCIES }} php-dev - name: Test Debian patches - run: ./tools/build-debian.sh test-patches + run: ./tools/build_debian.sh test-patches - name: Build Debian packages - run: ./tools/build-debian.sh devel ubuntu/jammy + run: ./tools/build_debian.sh devel ubuntu/jammy - name: Install Debian packages run: sudo dpkg -i ../weechat-devel*.deb |