Skip to content

Commit

Permalink
#3559 cargo install removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 17, 2024
1 parent 88821c2 commit ac44a37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,6 @@ jobs:
path: ~/.m2/repository
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-
# The next step is required to avoid some exceptions that occur
# when running on Windows OS. For example like this one:
# - https://github.com/objectionary/eo/issues/2336
# The step disables http multiplexing in Cargo which cause some problems
# on Windows OS.
# You can read more about multiplexing right here
# - https://stackoverflow.com/questions/36517829/what-does-multiplexing-mean-in-http-2
# Multiplexing in Rust:
# - https://doc.rust-lang.org/cargo/reference/config.html#httpmultiplexing
- name: Set Cargo config (Windows)
if: matrix.os == 'windows-2022'
run: |
echo [http] >> %USERPROFILE%\.cargo\config.toml
echo multiplexing = false >> %USERPROFILE%\.cargo\config.toml
shell: cmd
- run: cargo --version
- uses: JesseTG/[email protected]
with:
path: ~/.m2/repository/org/eolang
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ All of them have something **we don't tolerate**:

First, install [Java SE](https://www.oracle.com/java/technologies/downloads/),
[npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm),
[Rust with Cargo][cargo]
and [eoc](https://github.com/objectionary/eoc).

Then, start with a simple EO program in `app.eo` file:
Expand Down Expand Up @@ -321,6 +320,4 @@ to enhance the performance of EO components:

[![YourKit](https://www.yourkit.com/images/yklogo.png)](https://www.yourkit.com)

[cargo]: https://doc.rust-lang.org/cargo/getting-started/installation.html

[benchmark-gha]: https://github.com/objectionary/eo/actions/runs/12310206821

0 comments on commit ac44a37

Please sign in to comment.