Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Jan 16, 2025
1 parent 585c3b4 commit c13c4b8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: nodejs
run: |
apt-get install -y wget xz-utils
apt-get update && apt-get install -y wget xz-utils
wget https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
- uses: actions/checkout@v2
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- name: nodejs
run: |
apt-get install -y wget xz-utils
apt-get update && apt-get install -y wget xz-utils
wget https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
- uses: actions/checkout@v2
Expand All @@ -65,7 +65,7 @@ jobs:
steps:
- name: nodejs
run: |
apt-get install -y wget xz-utils
apt-get update && apt-get install -y wget xz-utils
wget https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
- uses: actions/checkout@v2
Expand All @@ -84,7 +84,7 @@ jobs:
steps:
- name: nodejs
run: |
apt-get install -y wget xz-utils
apt-get update && apt-get install -y wget xz-utils
wget https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
- uses: actions/checkout@v2
Expand All @@ -109,7 +109,7 @@ jobs:
steps:
- name: nodejs
run: |
apt-get install -y wget xz-utils
apt-get update && apt-get install -y wget xz-utils
wget https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
- uses: actions/checkout@v2
Expand Down Expand Up @@ -203,16 +203,16 @@ jobs:
# - name: examples
# run: make examples
os_x_13:
name: OSX 13
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: build
run: make -j8
- name: test
run: make test
- name: examples
run: make examples
name: OSX 13
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: build
run: make -j8
- name: test
run: make test
- name: examples
run: make examples
os_x_13_zstd:
name: OSX 13 zstd
runs-on: macos-13
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: nodejs
run: |
apt-get install -y wget xz-utils
apt-get update && apt-get install -y wget xz-utils
wget https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
- uses: actions/checkout@v2
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- name: nodejs
run: |
apt-get install -y wget xz-utils
apt-get update && apt-get install -y wget xz-utils
wget https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
- uses: actions/checkout@v2
Expand All @@ -67,7 +67,7 @@ jobs:
steps:
- name: nodejs
run: |
apt-get install -y wget xz-utils
apt-get update && apt-get install -y wget xz-utils
wget https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
- uses: actions/checkout@v2
Expand Down

0 comments on commit c13c4b8

Please sign in to comment.