You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since actions/runner-images#6399 using ubuntu-latest generates a debian package that debian 11 doesnt know what to do with:
$dpkg --info /tmp/georchestra-mapstore-f3ce6b9eb6f684bc0932b54af7738e965d8c26c2.deb
dpkg-deb: error: archive '/tmp/georchestra-mapstore-f3ce6b9eb6f684bc0932b54af7738e965d8c26c2.deb' uses unknown compression for member 'control.tar.zst', giving up
using ubuntu-20.04 instead should fix that.
The text was updated successfully, but these errors were encountered:
since actions/runner-images#6399 using
ubuntu-latest
generates a debian package that debian 11 doesnt know what to do with:using
ubuntu-20.04
instead should fix that.The text was updated successfully, but these errors were encountered: