Cassidy Marble
Cassidy Marble
The files were ripped directly from CD using [XLD](http://sourceforge.net/projects/xld/), which queries freedb.freedb.org for tags. The tag file format appears to be RIFF. ``` hexdump -C 01\ Modest\ Mouse\ -\ Strangers\...
alternatively it could mimic the run syntax for jobs.\.steps.shell ```yaml - name: Download build artifacts uses: actions/download-artifact@v1 path: dist with: | foo1.zip foo2.zip foo3.zip foo4.zip foo5.zip ```
I fixed this (on Fedora) with `sudo yum install SDL2-devel`
Might also close #24
I have a pull request open to migrate to serde here: https://github.com/coeuvre/rust-2048/pull/32
The docs seemed to have changed and that page was removed (404), I believe the requirements can now be found here: https://community.sonarsource.com/t/deploying-to-the-marketplace/35236
A workaround to this issue is adding this line to your .gitattributes file: ``` # remove when nodejs/docker-node#2094 is fixed yarn.lock text eol=crlf ``` While this does solve the problem...