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

removed v from version variable

This commit is contained in:
Ishaq Shaik 2021-03-07 11:48:16 +05:30
parent a2667e1f4b
commit 334ab3b672

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