Updated config.yml
This commit is contained in:
parent
ecbddf8ee8
commit
0884538b6f
1 changed files with 1 additions and 1 deletions
|
@ -31,11 +31,11 @@ jobs:
|
|||
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
|
||||
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 dpkg --add-architecture i386
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y wine32
|
||||
sudo apt install -y gh
|
||||
- run:
|
||||
name: Append Commit BuildID to Version
|
||||
command: yarn circle:append-bid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue