Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OursDesCavernes authored Oct 31, 2019
1 parent 4e10983 commit 06fcc0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Create build directory
run: mkdir build && cd build
run: ls && mkdir build
- name: Cmake
run: cmake ..
run: cd build && cmake ..
- name: Build
run: cmake --build .
run: cd build && cmake --build .

0 comments on commit 06fcc0e

Please sign in to comment.