diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0d8d25a..9a00586 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: steps: - uses: https://github.com/actions/checkout@v4 - - name: Install bison + - name: Install build dependencies run: | sudo apt-get update - sudo apt-get install -y bison + sudo apt-get install -y bison cmake curl python3 - name: Cache emsdk uses: https://github.com/actions/cache@v4 @@ -72,10 +72,10 @@ jobs: steps: - uses: https://github.com/actions/checkout@v4 - - name: Install bison + - name: Install build dependencies run: | sudo apt-get update - sudo apt-get install -y bison + sudo apt-get install -y bison cmake curl python3 - name: Cache emsdk uses: https://github.com/actions/cache@v4