Skip to content

Commit

Permalink
fasd
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatdongdang committed Sep 9, 2024
1 parent fce769f commit 696d8ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# Start and join the Spigot Server
- name: Set up Minecraft testing environment
uses: nhatdongdang/mc-env-setup@v1
uses: nhatdongdang/mc-env-setup@v1.1

# Checkout the mcpp repository for building and testing
- name: Checkout mcpp
Expand Down
1 change: 1 addition & 0 deletions test/link_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

int main() {
std::cout << mcpp::Blocks::AIR << "\n";
std::cout << "ok";
return EXIT_SUCCESS;
}

0 comments on commit 696d8ed

Please sign in to comment.