Skip to content

Commit

Permalink
Update assemblerTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsuruLakshan97 authored Aug 3, 2021
1 parent 1d9be33 commit 638fdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assemblerTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
sudo apt-get update
sudo apt install g++
cd Assembler
g++ tempCodeRunnerFile.cpp -o tempCodeRunnerFile
g++ Assembler.cpp -o tempCodeRunnerFile
echo assembler compiled successfully

0 comments on commit 638fdd6

Please sign in to comment.