mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 12:51:36 +00:00
add required Linux packages to install yubikey-manager
This commit is contained in:
5
.github/actions/linux-before-install.sh
vendored
5
.github/actions/linux-before-install.sh
vendored
@@ -1,3 +1,6 @@
|
|||||||
|
echo "RUNNING: apt update..."
|
||||||
|
sudo apt-get -qq --yes update > /dev/null
|
||||||
|
sudo apt-get -qq --yes install swig libpcslite-dev
|
||||||
if [[ "$TRAVIS_JOB_NAME" == *"Testing" ]]; then
|
if [[ "$TRAVIS_JOB_NAME" == *"Testing" ]]; then
|
||||||
export python="python"
|
export python="python"
|
||||||
export pip="pip"
|
export pip="pip"
|
||||||
@@ -32,8 +35,6 @@ else
|
|||||||
rm -rf python
|
rm -rf python
|
||||||
mkdir ssl
|
mkdir ssl
|
||||||
mkdir python
|
mkdir python
|
||||||
echo "RUNNING: apt update..."
|
|
||||||
sudo apt-get -qq --yes update > /dev/null
|
|
||||||
echo "RUNNING: apt upgrade..."
|
echo "RUNNING: apt upgrade..."
|
||||||
sudo apt-mark hold openssh-server
|
sudo apt-mark hold openssh-server
|
||||||
sudo apt-get --yes upgrade
|
sudo apt-get --yes upgrade
|
||||||
|
|||||||
Reference in New Issue
Block a user