Releases: pr1metine/setup-processing
Releases · pr1metine/setup-processing
Exposing `install-dir` and mitigating rate limiting
Features
- Now returning the installation directory of the installed Processing version as a GitHub action output. Refer to
action.yaml
- Increasing rate limit by passing
GITHUB_TOKEN
Actions secret to every GitHub REST query.
Fixes
- Typos
- Correctly handling thrown errors
Full Changelog: v2.0.0...v2.1.0
Processing 4 Support
Processing 4 Support
Lots of breaking changes
- Instead of semantic versioning, you now have to use Processing's weird versioning schema, e. g.
processing-1272-4.0a3
. setup-processing
now tries to download the right binaries depending on your Runner's OS and CPU architecture. This may fail which is why you can manually select the GitHub Release Asset by name usingasset-name
.
Actually rolling out fix
v1.1.1 fix(vuln): Update package.json and dependencies
Mitigate security vulnerability regarding`add-path`
v1.1.0 Merge pull request #3 from ifP1/dependabot/npm_and_yarn/actions/core-…
Beschreibung aktualisiert
v1.0.2 Input in der Beschreibung aktualisiert
Action intensiv getestet
MacOS funktioniert noch nicht
Processing Action fertig
- name: Setup Processing
with:
- version: '3.5.4'
- platform-filetype: 'l
Eine einfache Methode, wie man Processing auf GitHub Actions laden und ausführen kann.
- Lädt Processing von https://processing.org/download/${version}-${platform-filetype}
- Unterstützt daher die Versionen
${version}
3.5.4, 3.5.3, 2.2.1, 1.5.1, 4.0a1 - Lädt deswegen auch auf
${platform-filetype}
- windows32.zip
- windows64.zip
- linux64.tgz
- macosx.zip
und je nach Version - linux32.tgz
- armv6hf.tgz
- windows.zip
- windows-expert.zip
processing-java verfügbar!
v0.3.0 Habe java-version für setup-java in build vergessen
Asynchrone Funktion hat alles gelöst
v0.2.0 Pfade gegen Zugriffsverweigerungen
Kosmetisches und Fix (hoffentlich)
v0.1.3 core.setOutput zu console.log