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 351b8ec
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,22 @@ 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 qt@5
echo 'export PATH="/opt/homebrew/opt/qt@5/bin:$PATH"' >> $HOME/.bash_profile
source $HOME/.bash_profile
# Build Ring
chmod +x buildclang.sh
./buildclang.sh > /dev/null 2>&1
./buildclang.sh
# Debug
ls $HOME/ring/lib/
Expand Down

0 comments on commit 351b8ec

Please sign in to comment.