Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ysdragon committed Nov 8, 2024
1 parent 479d4ba commit 1b3cd3e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,17 @@ runs:
set -x
# Clone Ring repository
git clone --depth 1 --branch ${{ inputs.version }} https://github.com/ring-lang/ring $HOME/ring
git clone --depth 1 --branch ${{ inputs.version }} -q https://github.com/ring-lang/ring $HOME/ring
cd $HOME/ring
# Install dependencies
cd build
chmod +x installdepmac.sh
./installdepmac.sh > /dev/null 2>&1
# ./installdepmac.sh > /dev/null 2>&1
brew install unixodbc mysql-client allegro openssl@3 qt@5 glew libuv libpq sdl2 sdl2_image sdl2_mixer sdl2_net sdl2_ttf httpd curl freeglut glew glfw glm jpeg libpng
brew link --force openssl@3
brew link --force qt@5
# Build Ring
chmod +x buildclang.sh
Expand Down

0 comments on commit 1b3cd3e

Please sign in to comment.