mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 11:06:53 +08:00
Add prototype action using exec and curl
* Downloads a fixed version Julia binary using curl * Adds it to PATH * Runs `julia --version` to test the installation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
describe('TODO - Add a test suite', () => {
|
||||
it('TODO - Add a test', async () => {});
|
||||
describe("TODO - Add a test suite", () => {
|
||||
it("TODO - Add a test", async () => {});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user