Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sygmei committed Apr 9, 2020
1 parent ef8af29 commit b7d5aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: "git clone --branch 2.5.1 --depth 1 http://github.com/SFML/SFML.git"
- name: Compile and install SFML
run: cd SFML; cmake .; make -j8; sudo make install
- name: Compile ObENgine
- name: Compile ObEngine
run: cd build; cmake -DBUILD_TESTS=ON ..; make -j8
- name: Run tests
run: ./build/tests/ObEngineTests
Expand Down Expand Up @@ -117,4 +117,4 @@ jobs:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./obengine-dev.tar.gz
asset_name: obengine-dev.macos64.tar.gz
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit b7d5aa8

Please sign in to comment.