Skip to content

Commit

Permalink
Fix revisions not being enabled in setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PieKing1215 committed Feb 19, 2021
1 parent feaf0a9 commit cd9b7bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ then
echo "Bincrafters Conan repo moved, switching in conan..."
conan remote remove bincrafters
conan remote add bincrafters https://bincrafters.jfrog.io/artifactory/api/conan/public-conan
conan config set general.revisions_enabled=1
echo "Clearing cache for sdl2_ttf..."
conan remove sdl2_ttf -f
echo "Done."
fi
else
echo "Adding Bincrafters Conan repo..."
conan remote add bincrafters "https://bincrafters.jfrog.io/artifactory/api/conan/public-conan"
conan config set general.revisions_enabled=1
echo "Done."
fi

Expand Down

0 comments on commit cd9b7bf

Please sign in to comment.