google / oss-fuzz

OSS-Fuzz - continuous fuzzing for open source software.
https://google.github.io/oss-fuzz
Apache License 2.0
10.13k stars 2.16k forks source link

infra/presubmit: Use apt-get update before installing #12008

Closed maflcko closed 1 month ago

maflcko commented 1 month ago

Otherwise, this may lead to issues such as https://github.com/google/oss-fuzz/pull/11943#issue-2290477404

Also, fix the broken .zip test.

github-actions[bot] commented 1 month ago

maflcko is a new contributor to projects/xz-java. The PR must be approved by known contributors before it can be merged. The past contributors are: thesamesam, JiaT75, onionpsy

maflcko commented 1 month ago

This is ready for review :)

jonathanmetzman commented 1 month ago

thanks for doing this.