Skip to content

Commit

Permalink
WorkFlows : Try to fast. (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
is52hertz committed Nov 25, 2023
1 parent 1b71529 commit b09813c
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,7 @@ jobs:
- name: dependencies
run: |
sudo apt-get update
sudo apt-get install git g++ make imagemagick xclip libsdl1.2-dev libglu1-mesa-dev libgl1-mesa-dev g++-mingw-w64-i686-win32 libfreetype-dev
- name: freetype
run: |
ls -a
echo "-------------"
ls
cd Tool-1
ls
cd freetype-2.13.2
cd builds/unix
chmod +x configure
./configure
cd ../../
make
sudo make install
sudo apt-get install git g++ make imagemagick xclip libsdl1.2-dev libglu1-mesa-dev libgl1-mesa-dev libfreetype-dev
- name: CGR
run: |
cd Tool-1
Expand Down

0 comments on commit b09813c

Please sign in to comment.