Skip to content

Commit

Permalink
Testing rust, c++ vs python3.12 BUILD Bob Build (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
spirillen committed Jan 18, 2025
1 parent 9c509ed commit 4723715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:

- name: Build Rust script
run: |
rustc -C opt-level=3 tools/sort_lists.rs -o tools/sort_lists_rust
rustc -C opt-level=3 tools/sort_lists.rs -o tools/sort_lists.rs
- name: Build C++ script
run: |
g++-10 -std=c++20 -O3 tools/sort_records.cpp -o tools/sort_records_cpp
g++-10 -std=c++20 -O3 tools/sort_records.cpp -o tools/sort_records.cpp
- name: Upload Rust binary
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4723715

Please sign in to comment.