dumb git error

This commit is contained in:
Empathic Qubit 2022-04-26 00:32:54 +02:00
parent ffd2e82749
commit b261c59379

View file

@ -36,7 +36,7 @@ jobs:
gpg_private_key: ${{ secrets.PACKAGE_SIGNING_KEY }} gpg_private_key: ${{ secrets.PACKAGE_SIGNING_KEY }}
passphrase: '' passphrase: ''
- run: git init && git remote add origin "$REPO_URL" && git fetch origin ${{ github.ref }} && git checkout ${{ github.ref_name }} && git submodule init && git submodule update - run: git config --global --add safe.directory /__w/AppleWin/AppleWin && git init && git remote add origin "$REPO_URL" && git fetch origin ${{ github.ref }} && git checkout ${{ github.ref_name }} && git submodule init && git submodule update
- run: CPACK_TYPE=RPM INSTALL_DEPS=${{ matrix.build_type }} bash ./source/linux/build.sh - run: CPACK_TYPE=RPM INSTALL_DEPS=${{ matrix.build_type }} bash ./source/linux/build.sh
@ -113,7 +113,7 @@ jobs:
- if: matrix.is_lts == 'lts' - if: matrix.is_lts == 'lts'
run: echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/${{ matrix.os_name }}/ $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/kitware.list >/dev/null run: echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/${{ matrix.os_name }}/ $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/kitware.list >/dev/null
- run: git init && git remote add origin "$REPO_URL" && git fetch origin ${{ github.ref }} && git checkout ${{ github.ref_name }} && git submodule init && git submodule update - run: git config --global --add safe.directory /__w/AppleWin/AppleWin && git init && git remote add origin "$REPO_URL" && git fetch origin ${{ github.ref }} && git checkout ${{ github.ref_name }} && git submodule init && git submodule update
- run: INSTALL_DEPS=${{ matrix.build_type }} bash ./source/linux/build.sh - run: INSTALL_DEPS=${{ matrix.build_type }} bash ./source/linux/build.sh