exercism / x86-64-assembly

Exercism exercises in x86-64 Assembly.
https://exercism.org/tracks/x86-64-assembly
MIT License
22 stars 18 forks source link

Fix CI #137

Closed ErikSchierboom closed 2 years ago

ErikSchierboom commented 3 years ago

This repository's main branch currently does not pass all CI checks. This makes detecting issues in PRs harder and might result in a broken track, and so is an important thing to fix.

The following CI workflows are currently failing:

https://github.com/exercism/x86-64-assembly/runs/3370785355 https://github.com/exercism/x86-64-assembly/runs/3370785323 https://github.com/exercism/x86-64-assembly/runs/3370785285

Tracking

https://github.com/exercism/v3-launch/issues/55

sudhackar commented 2 years ago

Fixed with #144 @ErikSchierboom