mirror of
https://github.com/ivabus/pantry
synced 2025-06-08 08:20:32 +03:00
cli needs a .git now
This commit is contained in:
parent
52d90d25d5
commit
dd8ee56f70
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -51,7 +51,9 @@ jobs:
|
|||
ubuntu-latest)
|
||||
rm -rf /opt/tea.xyz/var/pantry
|
||||
ln -s $GITHUB_WORKSPACE/pantry /opt/tea.xyz/var/pantry
|
||||
mkdir .git # no git in our image, needed for tea finding SRCROOT
|
||||
|
||||
# no git in our image, needed for tea finding SRCROOT
|
||||
mkdir .git ../cli/.git
|
||||
|
||||
#FIXME needed for gdk-pixbuf
|
||||
apt --yes install shared-mime-info
|
||||
|
|
Loading…
Reference in a new issue