1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-05-21 09:50:13 -07:00

Merge pull request #128 from sonuishaq67/master

removed v from version variable
This commit is contained in:
Paul Pavlo Buidenkov 2021-03-08 14:31:09 +02:00 committed by GitHub
commit f3e73ae0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ jobs:
- name: Update package database and packages
run: |
set -e -x
export VERSION=${GITHUB_REF##*/}
export VERSION=$(echo ${GITHUB_REF##*/} | cut -c2-)
(patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst && curl -LO "https://repo.archlinuxcn.org/x86_64/$patched_glibc" && bsdtar -C / -xvf "$patched_glibc") &> /dev/null
pacman --noconfirm -Syu
pacman --noconfirm -S base-devel wget git openssh