Skip to content

Commit

Permalink
feat: first version
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko committed Feb 1, 2024
1 parent 5ba24b0 commit 8ecd7d2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ jobs:
lfs: false
submodules: true

- uses: actions/cache@v2
with:
path: |
"**/cpm_modules"
"/tmp/cache/awesome-gamedev-resources"
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake', '/tmp/cache/awesome-gamedev-resources/*.json' ) }}

- name: APT Update
run: sudo apt update

Expand All @@ -41,12 +34,6 @@ jobs:
chromium-browser --no-sandbox --headless --disable-gpu --dump-dom https://google.com
sudo apt install -y ca-certificates fonts-liberation libappindicator3-1 libasound2 libatk-bridge2.0-0 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgbm1 libgcc1 libglib2.0-0 libgtk-3-0 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 lsb-release wget xdg-utils unzip gnupg2
# - uses: browser-actions/setup-chrome@v1
# with:
# version: 'latest'

# - uses: nanasess/setup-chromedriver@v2

- name: Install dependencies
run: |
sudo apt-get install -y doxygen gource libgs-dev pngquant libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev
Expand Down

0 comments on commit 8ecd7d2

Please sign in to comment.