Skip to content

Commit

Permalink
Update linux workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
mel-florance committed Apr 14, 2021
1 parent 95958d6 commit f4b45f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
run: sudo apt install libmysqlclient-dev libmysqlcppconn-dev openssl
- uses: actions/checkout@v2
- name: Setup Project
run: cd Linguini && ./setup.sh
run: ./GenerateProject.sh
- name: Compile Project
run: cd Linguini && make

0 comments on commit f4b45f3

Please sign in to comment.