best-of-lists / best-of-generator

🏆 Generates a ranked list of awesome libraries and tools.
https://best-of.org
GNU General Public License v3.0
70 stars 12 forks source link

best-of-update-action fails #43

Closed devanshkv closed 2 years ago

devanshkv commented 2 years ago

The best-of-update actions fails. Since the actions don't have issues, opening one here:

  E: Unable to locate package libappindicator1

  The command '/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gconf-service     libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 libdbus-1-3     libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0     libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6     libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3     libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation     libappindicator1 libnss3 lsb-release xdg-utils wget     && apt-get clean     && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

Error: Docker build failed with exit code 100
LukasMasuch commented 2 years ago

@devanshkv Thanks for reporting the issue. I released a new version (0.7.3) to fix this issue. Just update the version within the workflow file and it should run fine :)

devanshkv commented 2 years ago

Thanks for the quick turnaround. It's working now.