We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c912eee commit 9d77682Copy full SHA for 9d77682
.github/workflows/samples-julia.yaml
@@ -30,7 +30,7 @@ jobs:
30
# Using develop mode to install package so that it is easier to modify the package test files
31
julia -e "using Pkg; Pkg.develop(\"OpenAPI\");"
32
cd ~/.julia/dev/OpenAPI
33
- git checkout v0.1.14
+ git checkout v0.1.25
34
cd $currdir
35
rm -rf ~/.julia/dev/OpenAPI/test/client/openapigenerator_petstore_v3/petstore
36
rm -rf ~/.julia/dev/OpenAPI/test/server/openapigenerator_petstore_v3/petstore
0 commit comments