diff --git a/.github/workflows/all-ci.yml b/.github/workflows/all-ci.yml index 05db5acc7..469430fa9 100644 --- a/.github/workflows/all-ci.yml +++ b/.github/workflows/all-ci.yml @@ -18,7 +18,7 @@ jobs: git clone https://github.com/irmen/64tass cd 64tass make -j4 - sudo make insatll + sudo make install - name: Set up JDK 11 uses: actions/setup-java@v2