Skip to content

Commit

Permalink
Update testing-actions-1.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
michacassola committed Feb 26, 2024
1 parent 2453b41 commit 33dcf75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing-actions-1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi

apt update && apt install -y gcc g++ gperf bison flex texinfo help2man make libncurses5-dev \
python3-dev autoconf automake libtool libtool-bin gawk curl bzip2 xz-utils unzip \
patch libstdc++6 rsync gh git meson ninja-build
patch libstdc++6 rsync gh git meson ninja-build autopoint

### Getting Variables from files
UNY_AUTO_PAT="$(cat UNY_AUTO_PAT)"
Expand Down Expand Up @@ -148,7 +148,7 @@ archiving_source
gh -R unypkg/demo release create "$pkgname"-"$latest_ver"-"$uny_build_date_now" --generate-notes \
"$pkgname-$latest_ver".tar.xz

cd "$pkg_git_repo_dir" || exit
cd "$pkgname-$latest_ver" || exit

./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
--libdir=/usr/lib \
Expand Down

0 comments on commit 33dcf75

Please sign in to comment.