Updated config.yml

This commit is contained in:
Quacksire 2022-03-16 20:05:13 -07:00
parent ecbddf8ee8
commit 0884538b6f

View file

@ -31,11 +31,11 @@ jobs:
sudo apt-get update -y sudo apt-get update -y
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
sudo apt install -y gh
sudo apt-get install -y dpkg fakeroot wine64 sudo apt-get install -y dpkg fakeroot wine64
sudo dpkg --add-architecture i386 sudo dpkg --add-architecture i386
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y wine32 sudo apt-get install -y wine32
sudo apt install -y gh
- run: - run:
name: Append Commit BuildID to Version name: Append Commit BuildID to Version
command: yarn circle:append-bid command: yarn circle:append-bid