Skip to content

Commit

Permalink
update style.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marmare314 committed Oct 8, 2023
1 parent 093edb7 commit 73363c1
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,11 @@ jobs:
env:
CARGO_HTTP_MULTIPLEXING: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
submodules: true
- name: Prepare
run: |
sudo apt-get update -y
sudo apt-get install clang-format imagemagick ddnet-tools shellcheck pkg-config cmake ninja-build libfreetype6-dev libnotify-dev libsdl2-dev libsqlite3-dev libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev libx264-dev python3-clang libvulkan-dev glslang-tools spirv-tools -y
rustup default stable
pip3 install pylint
git clone https://gitlab.com/Patiga/twmap.git/
cd twmap/twmap-tools
cargo install --locked --path=.
cd ../..
rm -rf twmap
mkdir release
cd release
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DDOWNLOAD_GTEST=OFF -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE=. ..
cmake --build . --config Release --target dilate
packages: clang-format ddnet-tools shellcheck pylint
version: 1.0
- name: Check clang-format
run: clang-format -version
- name: Check fix_style
Expand Down

0 comments on commit 73363c1

Please sign in to comment.